mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-25 01:22:28 +00:00
Configured runner to mount socket
This commit is contained in:
parent
5371c83ab0
commit
39d86a2050
@ -1,13 +1,12 @@
|
||||
image: docker:latest
|
||||
|
||||
|
||||
services:
|
||||
- docker:dind
|
||||
|
||||
# When using dind, it's wise to use the overlayfs driver for
|
||||
# improved performance.
|
||||
variables:
|
||||
DOCKER_DRIVER: overlay
|
||||
IMAGE_NAME: $REGISTRY_IMAGE:$CI_BUILD_TAG
|
||||
DOCKERFILE: Dockerfile
|
||||
|
||||
stages:
|
||||
- test
|
||||
@ -43,9 +42,6 @@ test-2.7:
|
||||
|
||||
.image: &image_definition
|
||||
stage: release
|
||||
variables:
|
||||
IMAGE_NAME: $REGISTRY_IMAGE:$CI_BUILD_TAG
|
||||
DOCKERFILE: Dockerfile
|
||||
before_script:
|
||||
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY
|
||||
script:
|
||||
|
Loading…
Reference in New Issue
Block a user