Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
yams
Commits
3ca6cf2849b1
Commit
938ec7fa
authored
Jun 23, 2020
by
Laurent Peuch
Browse files
test: only launch from-forge when triggered from another project
parent
8076668c414d
Pipeline
#9324
passed with stage
in 1 minute and 10 seconds
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
3ca6cf28
...
...
@@ -8,10 +8,16 @@ before_script:
-
pip install tox
flake8
:
except
:
variables
:
-
$TRIGGERED_FROM_OTHER_PROJECT
stage
:
tests
script
:
tox -e flake8
py3
:
except
:
variables
:
-
$TRIGGERED_FROM_OTHER_PROJECT
stage
:
tests
script
:
tox -e py3
...
...
@@ -20,14 +26,23 @@ py3-from-forge:
script
:
tox -e py3-from-forge
check-manifest
:
except
:
variables
:
-
$TRIGGERED_FROM_OTHER_PROJECT
stage
:
tests
script
:
tox -e check-manifest
black
:
except
:
variables
:
-
$TRIGGERED_FROM_OTHER_PROJECT
stage
:
tests
script
:
tox -e black
mypy
:
except
:
variables
:
-
$TRIGGERED_FROM_OTHER_PROJECT
stage
:
tests
script
:
tox -e mypy
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment