Skip to content
Snippets Groups Projects
Commit eec4f915 authored by Aurélien Ginolhac's avatar Aurélien Ginolhac :bicyclist:
Browse files

varaibles back in build step

parent fb9c4fa8
No related branches found
No related tags found
No related merge requests found
......@@ -2,9 +2,7 @@ stages:
- build-image
- fit
variables:
DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: ""
......@@ -14,7 +12,11 @@ build-testing-image:
services:
- docker:19.03.1-dind
#command: ["--mtu=1458"]
tags: privileged
variables:
DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: ""
tags:
- privileged
before_script:
- echo $CI_REGISTRY_PASSWORD | docker login -u $CI_REGISTRY_USER --password-stdin $CI_REGISTRY
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment