Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
nrm
Commits
bb5caba4
Commit
bb5caba4
authored
Jul 30, 2018
by
Swann Perarnau
Browse files
[CI] Remove CI for work-in-progress refs
No need to trigger CI for things that are not ready.
parent
8d57923b
Pipeline
#3708
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
bb5caba4
...
...
@@ -7,9 +7,16 @@ py.test:
script
:
-
pipenv install --dev
-
pipenv run py.test
except
:
-
/^wip\/.*/
-
/^WIP\/.*/
flake8
:
stage
:
style
script
:
-
pipenv install --dev
-
pipenv run flake8
except
:
-
/^wip\/.*/
-
/^WIP\/.*/
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