test variable in ci script
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user