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

try reordering

parent 7a9fc7e0
No related branches found
No related tags found
No related merge requests found
image: docker:stable
services:
- docker:dind
stages:
- build
- deploy
variables:
DOCKER_HOST: tcp://docker:2375/
DOCKER_DRIVER: overlay2
build:
image: docker:stable
variables:
DOCKER_HOST: tcp://docker:2375/
DOCKER_DRIVER: overlay2
services:
- docker:dind
stage: build
script:
- echo $DOCKERHUBUSER
......
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