diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-07-30 06:08:52 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-07-30 06:08:52 +0000 |
commit | 52c7972910b960f37ae9792cb4d17876244d4bcf (patch) | |
tree | 2d385c9a546102c2b0c745f2a02d85d4a530f465 /lib | |
parent | ad7214cbd7285f1422cf0d82f6b9cfb0f5995e23 (diff) | |
download | gitlab-ce-52c7972910b960f37ae9792cb4d17876244d4bcf.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gitlab/ci/templates/Terraform.latest.gitlab-ci.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/gitlab/ci/templates/Terraform.latest.gitlab-ci.yml b/lib/gitlab/ci/templates/Terraform.latest.gitlab-ci.yml index d34a847f2d5..6fc808e2721 100644 --- a/lib/gitlab/ci/templates/Terraform.latest.gitlab-ci.yml +++ b/lib/gitlab/ci/templates/Terraform.latest.gitlab-ci.yml @@ -26,3 +26,8 @@ deploy: extends: .deploy dependencies: - build + +cleanup: + extends: .destroy + dependencies: + - deploy |