Using gitlab variables
This commit is contained in:
parent
2b6000fb86
commit
2446b45d95
@ -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
|
||||
|
Reference in New Issue
Block a user