Skip to content
Snippets Groups Projects
Commit 5399469a authored by Nathan Rodet's avatar Nathan Rodet
Browse files

Added allow failure to destroy job to make sure it's playable

parent f2d72823
No related branches found
No related tags found
No related merge requests found
Pipeline #79680 failed
......@@ -62,4 +62,5 @@ destroy:
name: ${ENVIRONMENT}
script:
- gitlab-terraform destroy
allow_failure: true # Needed to be able to be played even if skipped
when: manual
\ No newline at end of file
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