Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Michel Dänzer
mesa
Commits
25559b94
Commit
25559b94
authored
Dec 15, 2020
by
Michel Dänzer
Committed by
Michel Dänzer
Feb 10, 2021
Browse files
ci: Run ci-fairy check-merge-request even if check-commits fails
This can save one fix & testing cycle if both checks fail.
parent
4cef759b
Pipeline
#268629
waiting for manual action with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
25559b94
...
...
@@ -506,8 +506,10 @@ sanity:
when
:
on_success
# Other cases default to never
script
:
-
ci-fairy check-commits --junit-xml=check-commits.xml
-
ci-fairy check-merge-request --require-allow-collaboration --junit-xml=check-merge-request.xml
-
EXIT=0
-
ci-fairy check-commits --junit-xml=check-commits.xml || EXIT=1
-
ci-fairy check-merge-request --require-allow-collaboration --junit-xml=check-merge-request.xml || EXIT=1
-
exit $EXIT
artifacts
:
when
:
on_failure
reports
:
...
...
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