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

remove needs for .post

parent 7bd97aa3
No related branches found
No related tags found
1 merge request!128Prepare k8s deployment
Pipeline #67653 passed
...@@ -65,8 +65,5 @@ k8s:destroy: ...@@ -65,8 +65,5 @@ k8s:destroy:
K8S_OP: "delete" K8S_OP: "delete"
script: script:
- ./build/cd/k8s-bot - ./build/cd/k8s-bot
needs: dependencies:
- job: "deploy:integration-test" - build:k8s-bot
- job: "integration-test" \ No newline at end of file
- job: "build:k8s-bot"
artifacts: true
\ No newline at end of file
...@@ -68,9 +68,4 @@ tf:destroy: ...@@ -68,9 +68,4 @@ tf:destroy:
stage: .post stage: .post
script: script:
- gitlab-terraform destroy - gitlab-terraform destroy
needs:
- job: apply
optional: true
- job: "integration-test"
optional: true
<<: *tf <<: *tf
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment