Commit 5dd595b6 authored by Shinya Maeda's avatar Shinya Maeda

Merge branch 'fix-terraform-destroy-template-job' into 'master'

Run gitlab-terraform destroy from the correct directory

See merge request gitlab-org/gitlab!47881
parents dd8012f9 966d8b05
...@@ -56,5 +56,6 @@ cache: ...@@ -56,5 +56,6 @@ cache:
.destroy: &destroy .destroy: &destroy
stage: cleanup stage: cleanup
script: script:
- cd ${TF_ROOT}
- gitlab-terraform destroy - gitlab-terraform destroy
when: manual when: manual
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment