Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
goSDN
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
danet
goSDN
Commits
2f95ca6d
Commit
2f95ca6d
authored
3 years ago
by
Manuel Kieweg
Browse files
Options
Downloads
Plain Diff
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
!139
new nightly tags
Pipeline
#68158
passed
3 years ago
Stage: .pre
Stage: test
Stage: build
Stage: apply
Stage: .post
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build/cd/deploy.go
+1
-1
1 addition, 1 deletion
build/cd/deploy.go
build/ci/.build-container.yml
+15
-0
15 additions, 0 deletions
build/ci/.build-container.yml
with
16 additions
and
1 deletion
build/cd/deploy.go
+
1
−
1
View file @
2f95ca6d
...
...
@@ -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"
,
},
},
},
...
...
This diff is collapsed.
Click to expand it.
build/ci/.build-container.yml
+
15
−
0
View file @
2f95ca6d
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment