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