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 - hello
- build - build
tags: job1:
stage: hello
tags:
- hottis - hottis
- linux - linux
- debian - debian
job1:
stage: hello
script: script:
- echo "Hallo" - echo "Hallo"
- echo "Welt" - echo "Welt"
@ -16,12 +15,20 @@ job1:
job2: job2:
stage: hello stage: hello
tags:
- hottis
- linux
- debian
script: script:
- echo "Hello" - echo "Hello"
- echo "World" - echo "World"
job3: job3:
stage: build stage: build
tags:
- hottis
- linux
- debian
only: only:
refs: refs:
- master - master