Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
europdx
k8s
cbio-on-demand
Kubernetes-Docker
Commits
3ce645c5
Commit
3ce645c5
authored
Aug 19, 2019
by
Ľuboslav Pivarč
Browse files
Update .gitlab-ci.yml
parent
1e92710f
Pipeline
#22506
passed with stages
in 29 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
3ce645c5
image
:
docker:latest
stages
:
-
build
-
deploy
...
...
@@ -63,7 +61,7 @@ deploy to k8s:
-
master
#BETA
cBioDb build
:
cBioDb build
beta
:
stage
:
build
<<
:
*docker-login
image
:
docker:latest
...
...
@@ -73,7 +71,7 @@ cBioDb build:
only
:
refs
:
-
beta
cBioJob build
:
cBioJob build
beta
:
stage
:
build
<<
:
*docker-login
image
:
docker:latest
...
...
@@ -84,7 +82,7 @@ cBioJob build:
refs
:
-
beta
deploy to k8s
:
deploy to k8s
beta
:
stage
:
deploy
variables
:
NAMESPACE
:
cbio-on-demand-beta
...
...
@@ -99,7 +97,7 @@ deploy to k8s:
refs
:
-
beta
#DEV
cBioDb build
:
cBioDb build
dev
:
stage
:
build
<<
:
*docker-login
image
:
docker:latest
...
...
@@ -110,7 +108,7 @@ cBioDb build:
refs
:
-
dev
cBioJob build
:
cBioJob build
dev
:
stage
:
build
<<
:
*docker-login
image
:
docker:latest
...
...
@@ -121,7 +119,7 @@ cBioJob build:
refs
:
-
dev
deploy to k8s
:
deploy to k8s
dev
:
stage
:
deploy
variables
:
NAMESPACE
:
cbio-on-demand-dev
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment