Using gitlab variables
This commit is contained in:
parent
2b6000fb86
commit
2446b45d95
@ -1,13 +1,14 @@
|
|||||||
image: leenooks/ci-docker:latest
|
image: leenooks/ci-docker:latest
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
|
- test
|
||||||
- build
|
- build
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- leenooks/ci-docker:dind
|
- leenooks/ci-docker:dind
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
VERSION: 6
|
VERSION: "6"
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- env|sort
|
- env|sort
|
||||||
|
Reference in New Issue
Block a user