Trying out gitlab-ci to use library/docker

This commit is contained in:
Deon George 2016-07-08 16:47:16 +10:00
parent 92f768e22a
commit 2f2a0a0388

View File

@ -1,4 +1,4 @@
image: leenooks/ci-docker:latest image: docker:latest
stages: stages:
- test - test
@ -8,7 +8,8 @@ services:
- leenooks/ci-docker:dind - leenooks/ci-docker:dind
variables: variables:
VERSION: "6" VERSION: latest
DOCKER_HOST: tcp://leenooks-ci-docker:2375
before_script: before_script:
- env|sort - env|sort