Skip to content
Snippets Groups Projects
Commit 03aaff4b authored by Alex Timmermann's avatar Alex Timmermann
Browse files

Merge branch 'HOLI-9682_renovate_ci_adjustments2' into 'main'

HOLI-9682 set destroy job to allow_failure so pipeline completes

See merge request app/holi-app-goodnews!42
parents 42338858 f69184aa
No related branches found
No related tags found
No related merge requests found
...@@ -135,7 +135,7 @@ review_destroy: ...@@ -135,7 +135,7 @@ review_destroy:
- terraform/environments/scripts/destroy-env.sh $CI_ENVIRONMENT_SLUG - terraform/environments/scripts/destroy-env.sh $CI_ENVIRONMENT_SLUG
# can't use rules here: https://gitlab.com/gitlab-org/gitlab/-/issues/34077 # can't use rules here: https://gitlab.com/gitlab-org/gitlab/-/issues/34077
when: manual when: manual
allow_failure: false allow_failure: true
except: except:
- main - main
- production - 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