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

Merge branch 'nightly' into 'master'

new nightly tags

See merge request cocsn/gosdn!139
parents 5ae6cc5b e55bbccc
No related branches found
No related tags found
1 merge request!139new nightly tags
Pipeline #68158 passed
......@@ -285,7 +285,7 @@ func createDeployment(environment, hash string) *appv1.Deployment {
VolumeSource: corev1.VolumeSource{
ConfigMap: &corev1.ConfigMapVolumeSource{
LocalObjectReference: corev1.LocalObjectReference{
Name: "gosdn-develop-config",
Name: environment + "-config",
},
},
},
......
......@@ -33,6 +33,21 @@ build:develop:
- if: $CI_COMMIT_BRANCH == "develop"
<<: *build
build:nightly:develop:
variables:
TAG: $CI_REGISTRY_IMAGE:nightly-develop
BUILDARGS: -race
rules:
- if: $CI_NIGHTLY == "develop"
<<: *build
build:nightly:
variables:
TAG: $CI_REGISTRY_IMAGE:nightly
rules:
- if: $CI_NIGHTLY == "mainline"
<<: *build
build:merge-request:
variables:
TAG: $CI_REGISTRY_IMAGE:merge-request
......
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