Allow failing of non-critical build steps
This commit is contained in:
parent
fde487fc66
commit
db2fcd47a0
@ -44,6 +44,7 @@ audit:
|
||||
metrics: metrics.txt
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH
|
||||
allow_failure: true
|
||||
|
||||
registry:
|
||||
stage: deploy
|
||||
@ -61,6 +62,7 @@ registry:
|
||||
- docker push "$CI_REGISTRY_IMAGE:$TAG"
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH
|
||||
allow_failure: true
|
||||
|
||||
tag:
|
||||
stage: deploy
|
||||
|
Loading…
Reference in New Issue
Block a user