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

run k8s destroy only on mr events

parent 6318c0fc
No related branches found
No related tags found
1 merge request!129run k8s destroy only on mr events
Pipeline #67657 passed
......@@ -55,8 +55,6 @@ deploy:latest:
k8s:destroy:
image: bitnami/kubectl:latest
rules:
- if: $CI_COMMIT_BRANCH == "develop"
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
before_script:
- echo "override global before script"
......
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