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

how about this?

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