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
2e44808c
Commit
2e44808c
authored
Oct 18, 2019
by
Ľuboslav Pivarč
Browse files
added MR pipeline to master
parent
719d5c2d
Pipeline
#26981
failed with stage
in 52 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2e44808c
...
...
@@ -33,6 +33,22 @@ stages:
-
docker build --pull -t "${CI_REGISTRY_IMAGE}:${CI_COMMIT_REF_NAME}-${CI_COMMIT_SHA}" ./cbioondemandK8S
-
docker push "$CI_REGISTRY_IMAGE:${CI_COMMIT_REF_NAME}-${CI_COMMIT_SHA}"
.docker-build-dry
:
script
:
&docker-build-dry
-
docker build --pull ./cbioondemandK8S
#ALL
API Pipeline for MR
:
stage
:
build
<<
:
*docker-login
image
:
docker:latest
script
:
*docker-build-dry
except
:
-
master
-
dev
-
beta
#PRODUCTION
API docker image build
:
<<
:
*docker-build
...
...
Write
Preview
Markdown
is supported
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