mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-22 08:12:27 +00:00
Docker dind service made global
This commit is contained in:
parent
eb3a42c247
commit
673992dbe8
@ -2,6 +2,7 @@ image: docker:latest
|
|||||||
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
- docker:dind
|
||||||
|
|
||||||
# When using dind, it's wise to use the overlayfs driver for
|
# When using dind, it's wise to use the overlayfs driver for
|
||||||
# improved performance.
|
# improved performance.
|
||||||
@ -45,8 +46,6 @@ test-2.7:
|
|||||||
variables:
|
variables:
|
||||||
IMAGE_NAME: $REGISTRY_IMAGE:$CI_BUILD_TAG
|
IMAGE_NAME: $REGISTRY_IMAGE:$CI_BUILD_TAG
|
||||||
DOCKERFILE: Dockerfile
|
DOCKERFILE: Dockerfile
|
||||||
services:
|
|
||||||
- docker:dind
|
|
||||||
before_script:
|
before_script:
|
||||||
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY
|
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user