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
7b5011c5
Commit
7b5011c5
authored
Jul 30, 2019
by
Ľuboslav Pivarč
Browse files
Update .gitlab-ci.yml
parent
7f12a186
Pipeline
#21253
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7b5011c5
...
@@ -11,7 +11,7 @@ stages:
...
@@ -11,7 +11,7 @@ stages:
.docker-login
:
&docker-login
.docker-login
:
&docker-login
before_script
:
before_script
:
-
echo -n $CI_REGISTRY_PASSWORD | docker login -u "$CI_REGISTRY_USER" --password-stdin $CI_REGISTRY
-
echo -n $CI_REGISTRY_PASSWORD | docker login -u "$CI_REGISTRY_USER" --password-stdin $CI_REGISTRY
#
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
#
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
cBioApp build
:
cBioApp build
:
stage
:
build
stage
:
build
...
@@ -44,9 +44,9 @@ job build:
...
@@ -44,9 +44,9 @@ job build:
deploy to k8s
:
deploy to k8s
:
stage
:
deploy
stage
:
deploy
<<
:
*kube-auth
<<
:
*kube-auth
image
:
registry.gitlab.ics.muni.cz:443/europdx/k8s/ci:latest
image
:
registry.gitlab.ics.muni.cz:443/europdx/k8s/ci:latest
script
:
script
:
-
kubectl version
-
kubectl version
-
kubectl apply -f ./yaml
-
kubectl apply -f ./yaml
when
:
when
:
manual
manual
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