Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Hervé MENAGER
galaxy-cwl-is-docker
Commits
c873c4a5
Commit
c873c4a5
authored
Nov 30, 2020
by
Thibault VINCENT
Browse files
New attempt at fixing CI and Docker TLS
parent
57292778
Pipeline
#42479
failed with stages
in 2 minutes and 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c873c4a5
...
@@ -9,6 +9,9 @@ services:
...
@@ -9,6 +9,9 @@ services:
build
:
build
:
stage
:
build
stage
:
build
variables
:
DOCKER_HOST
:
"
tcp://docker:2375"
DOCKER_TLS_CERTDIR
:
"
"
script
:
script
:
-
docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
-
docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
-
docker pull "$CI_REGISTRY_IMAGE:latest" ||
true
-
docker pull "$CI_REGISTRY_IMAGE:latest" ||
true
...
...
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