Skip to content
Snippets Groups Projects
Commit b1dcad35 authored by MUNIER Florian's avatar MUNIER Florian
Browse files

Update .gitlab-ci.yml file

parent 86a6897a
No related branches found
No related tags found
No related merge requests found
Pipeline #13857 passed
......@@ -67,7 +67,7 @@ destroy_step:
only:
- master
script:
- terraform destroy -force -auto-approve
- terraform destroy -auto-approve
when: manual
dependencies:
- init_step
......@@ -79,7 +79,7 @@ destroy_on_failure:
only:
- master
script:
- terraform destroy -force -auto-approve
- terraform destroy -auto-approve
when: on_failure
dependencies:
- init_step
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment