Allow failing of non-critical build steps

This commit is contained in:
Zakary Timson 2022-11-10 12:53:41 -05:00
parent fde487fc66
commit db2fcd47a0

View File

@ -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