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

bugfix(ci): set destroy to allow_failure true for unblocking the pipeline

parent db85eec7
No related branches found
No related tags found
No related merge requests found
......@@ -189,7 +189,7 @@ destroy_review:
- cd main-clone
- terraform/environments/scripts/destroy-env.sh $CI_ENVIRONMENT_SLUG
# can't use rules here: https://gitlab.com/gitlab-org/gitlab/-/issues/34077
allow_failure: false
allow_failure: true
rules:
- if: $CI_COMMIT_BRANCH =~ /^main$|^production$|^noenv\/.*/
when: never
......
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