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
API
Commits
9d6fe646
Commit
9d6fe646
authored
Oct 13, 2020
by
Radim Peša
Browse files
Update .gitlab-ci.yml
parent
a18e3b6d
Pipeline
#60427
waiting for manual action with stages
in 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9d6fe646
...
...
@@ -38,16 +38,16 @@ stages:
-
docker build --pull ./cbioondemandK8S
#ALL
API Pipeline for MR
:
stage
:
build
<<
:
*docker-login
image
:
docker:latest
script
:
*docker-build-dry
except
:
-
master
-
dev
-
beta
#
API Pipeline for MR:
#
stage: build
#
<<: *docker-login
#
image: docker:latest
#
script:
#
*docker-build-dry
#
except:
#
- master
#
- dev
#
- beta
#PRODUCTION
...
...
@@ -78,6 +78,8 @@ Beta-API Kube deploy:
NAMESPACE
:
cbio-on-demand-beta
only
:
-
beta
when
:
manual
#DEV
Dev-API docker image build
:
...
...
@@ -91,6 +93,8 @@ Dev-API Kube deploy:
NAMESPACE
:
cbio-on-demand-dev
only
:
-
dev
when
:
manual
#SANDBOX
Sandbox-API docker image build
:
...
...
@@ -104,3 +108,5 @@ Sandbox-API Kube deploy:
NAMESPACE
:
cbio-on-demand-sandbox
only
:
-
sandbox
when
:
manual
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