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

Update .gitlab-ci.yml file

parent 38feb470
No related branches found
No related tags found
No related merge requests found
Pipeline #14092 failed
......@@ -9,12 +9,12 @@ stages: # List of stages for jobs, and their order of execution
image:
name: "hashicorp/terraform:latest"
entrypoint:
- /usr/bin/env
- "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
#entrypoint:
# - /usr/bin/env
# - "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
init_step:
stage: "init"
stage: init
only:
- master
script:
......@@ -119,6 +119,8 @@ destroy_ansible:
script:
- ANSIBLE_HOST_KEY_CHECKING=False ansible-playbook -i Ansible/hosts.ini Ansible/destroy.yml
- deactivate
dependencies:
- apply_step
destroy_on_failure:
stage: on_failure
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment