Skip to content
Snippets Groups Projects
Commit 860c4435 authored by Krish Moodbidri's avatar Krish Moodbidri
Browse files

removed && false in the terraform apply/destroy command

parent 7a6785f6
No related branches found
No related tags found
2 merge requests!6Add CD feature to the repo,!1wip: test-keypair without file
Pipeline #8065 passed with stages
in 3 minutes and 35 seconds
......@@ -53,7 +53,7 @@ tf-apply:
- echo $TF_VAR_image_ohpc
# - cd CRI_XCBC && git checkout dev && git pull && git status && cd ..
# - 'sed -i -E "s/(cod_deploy: ).*/\1false/" CRI_XCBC/group_vars/all'
- terraform apply -auto-approve || terraform destroy -auto-approve && false
- terraform apply -auto-approve || terraform destroy -auto-approve
clean-up:
stage: cleanup
......
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