Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
API
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
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
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
europdx
k8s
cbio-on-demand
API
Commits
9d6fe646
Commit
9d6fe646
authored
4 years ago
by
Radim Peša
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml
parent
a18e3b6d
No related branches found
No related tags found
No related merge requests found
Pipeline
#60427
waiting for manual action
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+16
-10
16 additions, 10 deletions
.gitlab-ci.yml
with
16 additions
and
10 deletions
.gitlab-ci.yml
+
16
−
10
View file @
9d6fe646
...
@@ -38,16 +38,16 @@ stages:
...
@@ -38,16 +38,16 @@ stages:
-
docker build --pull ./cbioondemandK8S
-
docker build --pull ./cbioondemandK8S
#ALL
#ALL
API Pipeline for MR
:
#
API Pipeline for MR:
stage
:
build
#
stage: build
<<
:
*docker-login
#
<<: *docker-login
image
:
docker:latest
#
image: docker:latest
script
:
#
script:
*docker-build-dry
#
*docker-build-dry
except
:
#
except:
-
master
#
- master
-
dev
#
- dev
-
beta
#
- beta
#PRODUCTION
#PRODUCTION
...
@@ -78,6 +78,8 @@ Beta-API Kube deploy:
...
@@ -78,6 +78,8 @@ Beta-API Kube deploy:
NAMESPACE
:
cbio-on-demand-beta
NAMESPACE
:
cbio-on-demand-beta
only
:
only
:
-
beta
-
beta
when
:
manual
#DEV
#DEV
Dev-API docker image build
:
Dev-API docker image build
:
...
@@ -91,6 +93,8 @@ Dev-API Kube deploy:
...
@@ -91,6 +93,8 @@ Dev-API Kube deploy:
NAMESPACE
:
cbio-on-demand-dev
NAMESPACE
:
cbio-on-demand-dev
only
:
only
:
-
dev
-
dev
when
:
manual
#SANDBOX
#SANDBOX
Sandbox-API docker image build
:
Sandbox-API docker image build
:
...
@@ -104,3 +108,5 @@ Sandbox-API Kube deploy:
...
@@ -104,3 +108,5 @@ Sandbox-API Kube deploy:
NAMESPACE
:
cbio-on-demand-sandbox
NAMESPACE
:
cbio-on-demand-sandbox
only
:
only
:
-
sandbox
-
sandbox
when
:
manual
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