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

nightly builds for k8s

parent 396a8547
No related branches found
No related tags found
1 merge request!137Nightly builds
...@@ -50,7 +50,27 @@ deploy:latest: ...@@ -50,7 +50,27 @@ deploy:latest:
- job: "build:k8s-bot" - job: "build:k8s-bot"
artifacts: true artifacts: true
rules: rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_NIGHTLY == ""
deploy:nightly:mainline:
<<: *deploy
stage: deploy
needs:
- job: "build:latest"
- job: "build:k8s-bot"
artifacts: true
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_NIGHTLY == "mainline"
deploy:nightly:develop:
<<: *deploy
stage: deploy
needs:
- job: "build:latest"
- job: "build:k8s-bot"
artifacts: true
rules:
- if: $CI_COMMIT_BRANCH == "develop" && $CI_NIGHTLY == "mainline"
destroy:k8s: destroy:k8s:
image: bitnami/kubectl:latest image: bitnami/kubectl:latest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment