Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
nrm
Commits
e49f32b2
Commit
e49f32b2
authored
Jan 21, 2019
by
Valentin Reis
Browse files
Merge branch 'no-branch-ci-filtering' into 'master'
[ci] Removes branch filtering based on `wip-*`. See merge request
!49
parents
1c6ac937
a3a38d42
Pipeline
#4966
failed with stages
in 5 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e49f32b2
...
...
@@ -10,9 +10,6 @@ py.test:
script
:
-
pipenv install --dev
-
pipenv run py.test
except
:
-
/^wip\/.*/
-
/^WIP\/.*/
tags
:
-
rapl
...
...
@@ -21,6 +18,3 @@ flake8:
script
:
-
pipenv install --dev
-
pipenv run flake8
except
:
-
/^wip\/.*/
-
/^WIP\/.*/
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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