Skip to content
Snippets Groups Projects
Commit 7eb319f6 authored by Ole Langbehn's avatar Ole Langbehn
Browse files

Merge branch 'NOISSUE_dont-allow-manual-ci-jobs-to-fail-silently' into 'main'

NOISSUE manually triggered build steps should not be allowed to fail silently

See merge request holisticfoundation/holi-unified-api!22
parents 9e14dc1b 1d5cd396
No related branches found
No related tags found
No related merge requests found
......@@ -128,6 +128,7 @@ review_destroy:
- terraform/environments/scripts/destroy-env.sh $CI_ENVIRONMENT_SLUG
# can't use rules here: https://gitlab.com/gitlab-org/gitlab/-/issues/34077
when: manual
allow_failure: false
except:
- main
- /^noenv\/.*/
......@@ -160,6 +161,7 @@ production_deploy:
extends: .deploy
needs: ['staging_e2e']
when: manual
allow_failure: false
environment:
name: production
deployment_tier: production
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment