Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
senpy
senpy
Commits
673992db
Commit
673992db
authored
Feb 13, 2017
by
J. Fernando Sánchez
Browse files
Docker dind service made global
parent
eb3a42c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
673992db
...
...
@@ -2,6 +2,7 @@ image: docker:latest
services
:
-
docker:dind
# When using dind, it's wise to use the overlayfs driver for
# improved performance.
...
...
@@ -45,8 +46,6 @@ test-2.7:
variables
:
IMAGE_NAME
:
$REGISTRY_IMAGE:$CI_BUILD_TAG
DOCKERFILE
:
Dockerfile
services
:
-
docker:dind
before_script
:
-
docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY
script
:
...
...
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