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

how about this?

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