Skip to content
Snippets Groups Projects
Commit e8c73673 authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

distinction k8s and tf destroy jobs

parent d809ce4a
No related branches found
No related tags found
1 merge request!128Prepare k8s deployment
Pipeline #67585 failed
This commit is part of merge request !128. Comments created here will be created in the context of that merge request.
......@@ -36,7 +36,7 @@ deploy:develop:
- if: $CI_COMMIT_BRANCH == "develop"
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
destroy:
k8s:destroy:
image: bitnami/kubectl:latest
before_script:
- echo "override global before script"
......
......@@ -64,7 +64,7 @@ apply:
- plan
<<: *tf
destroy:
tf:destroy:
stage: .post
script:
- gitlab-terraform destroy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment