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

Update .gitlab-ci.yml file

parent 1a9bdb24
No related branches found
No related tags found
No related merge requests found
Pipeline #13855 passed with warnings
......@@ -67,7 +67,7 @@ destroy_step:
only:
- master
script:
- terraform apply -destroy -auto-approve
- terraform destroy -force -auto-approve
when: manual
dependencies:
- init_step
......@@ -79,7 +79,7 @@ destroy_on_failure:
only:
- master
script:
- terraform destroy -auto-approve
- terraform destroy -force -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