test variable in ci script

This commit is contained in:
2019-02-12 16:23:41 +01:00
parent fd077ebb77
commit 278e44acbb

View File

@ -2,13 +2,12 @@ stages:
- hello
- build
tags:
- hottis
- linux
- debian
job1:
stage: hello
tags:
- hottis
- linux
- debian
script:
- echo "Hallo"
- echo "Welt"
@ -16,12 +15,20 @@ job1:
job2:
stage: hello
tags:
- hottis
- linux
- debian
script:
- echo "Hello"
- echo "World"
job3:
stage: build
tags:
- hottis
- linux
- debian
only:
refs:
- master