Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Kubernetes-Docker
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
Kubernetes-Docker
Commits
3ce645c5
Commit
3ce645c5
authored
6 years ago
by
Ľuboslav Pivarč
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml
parent
1e92710f
No related branches found
No related tags found
No related merge requests found
Pipeline
#22506
passed with warnings
6 years ago
Stage: build
Stage: deploy
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+6
-8
6 additions, 8 deletions
.gitlab-ci.yml
with
6 additions
and
8 deletions
.gitlab-ci.yml
+
6
−
8
View file @
3ce645c5
image
:
docker:latest
stages
:
stages
:
-
build
-
build
-
deploy
-
deploy
...
@@ -63,7 +61,7 @@ deploy to k8s:
...
@@ -63,7 +61,7 @@ deploy to k8s:
-
master
-
master
#BETA
#BETA
cBioDb build
:
cBioDb build
beta
:
stage
:
build
stage
:
build
<<
:
*docker-login
<<
:
*docker-login
image
:
docker:latest
image
:
docker:latest
...
@@ -73,7 +71,7 @@ cBioDb build:
...
@@ -73,7 +71,7 @@ cBioDb build:
only
:
only
:
refs
:
refs
:
-
beta
-
beta
cBioJob build
:
cBioJob build
beta
:
stage
:
build
stage
:
build
<<
:
*docker-login
<<
:
*docker-login
image
:
docker:latest
image
:
docker:latest
...
@@ -84,7 +82,7 @@ cBioJob build:
...
@@ -84,7 +82,7 @@ cBioJob build:
refs
:
refs
:
-
beta
-
beta
deploy to k8s
:
deploy to k8s
beta
:
stage
:
deploy
stage
:
deploy
variables
:
variables
:
NAMESPACE
:
cbio-on-demand-beta
NAMESPACE
:
cbio-on-demand-beta
...
@@ -99,7 +97,7 @@ deploy to k8s:
...
@@ -99,7 +97,7 @@ deploy to k8s:
refs
:
refs
:
-
beta
-
beta
#DEV
#DEV
cBioDb build
:
cBioDb build
dev
:
stage
:
build
stage
:
build
<<
:
*docker-login
<<
:
*docker-login
image
:
docker:latest
image
:
docker:latest
...
@@ -110,7 +108,7 @@ cBioDb build:
...
@@ -110,7 +108,7 @@ cBioDb build:
refs
:
refs
:
-
dev
-
dev
cBioJob build
:
cBioJob build
dev
:
stage
:
build
stage
:
build
<<
:
*docker-login
<<
:
*docker-login
image
:
docker:latest
image
:
docker:latest
...
@@ -121,7 +119,7 @@ cBioJob build:
...
@@ -121,7 +119,7 @@ cBioJob build:
refs
:
refs
:
-
dev
-
dev
deploy to k8s
:
deploy to k8s
dev
:
stage
:
deploy
stage
:
deploy
variables
:
variables
:
NAMESPACE
:
cbio-on-demand-dev
NAMESPACE
:
cbio-on-demand-dev
...
...
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