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

Merge branch 'prepare-k8s-deployment' into 'master'

run k8s destroy only on mr events

See merge request cocsn/gosdn!129
parents 3b4a6531 145022b8
No related branches found
No related tags found
1 merge request!129run k8s destroy only on mr events
Pipeline #67827 passed with warnings
......@@ -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