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