test variable in ci script

This commit is contained in:
2019-02-12 16:21:17 +01:00
parent 461a5084a9
commit fd077ebb77

View File

@ -2,11 +2,17 @@ stages:
- hello
- build
tags:
- hottis
- linux
- debian
job1:
stage: hello
script:
- echo "Hallo"
- echo "Welt"
- echo "$SSH_PRIVATE_KEY"
job2:
stage: hello
@ -16,10 +22,6 @@ job2:
job3:
stage: build
tags:
- hottis
- linux
- debian
only:
refs:
- master