Skip to content
Snippets Groups Projects
Commit 62ca0353 authored by Chris Hines's avatar Chris Hines
Browse files

Update .gitlab-ci.yml

parent ea2eb15e
No related branches found
No related tags found
3 merge requests!77Revert "disable agressive kill and restart",!35Dev,!12Dev
Pipeline #7519 passed
...@@ -4,14 +4,13 @@ stages: ...@@ -4,14 +4,13 @@ stages:
build: build:
stage: build stage: build
image: docker:stable image: docker:18.09
services: services:
- docker:dind - docker:18.09-dind
variables: variables:
DOCKER_HOST: tcp://docker:2376/ DOCKER_HOST: tcp://docker:2375/
DOCKER_DRIVER: overlay2 DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: /certs
DOCKER_TLS_VERIFY: 1
script: script:
- echo $DOCKERHUBUSER - echo $DOCKERHUBUSER
- echo $DOCKERHUBPASSWORD - echo $DOCKERHUBPASSWORD
......
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