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

how about this?

parent 497bfa1d
No related branches found
No related tags found
No related merge requests found
...@@ -3,16 +3,13 @@ stages: ...@@ -3,16 +3,13 @@ stages:
- deploy - deploy
build: build:
stage: build
image: docker:stable image: docker:stable
services: services:
- docker:dind - docker:dind
variables:
DOCKER_HOST: tcp://docker:2375/
DOCKER_DRIVER: overlay2
variables: variables:
DOCKER_HOST: tcp://docker:2375/ DOCKER_HOST: tcp://docker:2375/
DOCKER_DRIVER: overlay2 DOCKER_DRIVER: overlay2
stage: build
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