Using gitlab variables

This commit is contained in:
Deon George 2016-07-07 23:35:03 +10:00
parent 2b6000fb86
commit 2446b45d95

View File

@ -1,13 +1,14 @@
image: leenooks/ci-docker:latest
stages:
- test
- build
services:
- leenooks/ci-docker:dind
variables:
VERSION: 6
VERSION: "6"
before_script:
- env|sort