add ci script
This commit is contained in:
parent
298e02349a
commit
0b7b8392ed
28
.gitlab-ci.yml
Normal file
28
.gitlab-ci.yml
Normal file
@ -0,0 +1,28 @@
|
||||
stages:
|
||||
- hello
|
||||
|
||||
|
||||
job1:
|
||||
stage: hello
|
||||
tags:
|
||||
- hottis
|
||||
- linux
|
||||
- debian
|
||||
- docker
|
||||
script:
|
||||
- echo "Hallo"
|
||||
- echo "Welt"
|
||||
- whoami
|
||||
|
||||
job2:
|
||||
stage: hello
|
||||
tags:
|
||||
- hottis
|
||||
- linux
|
||||
- debian
|
||||
- docker
|
||||
script:
|
||||
- echo "Hello"
|
||||
- echo "World"
|
||||
- whoami
|
||||
|
Loading…
x
Reference in New Issue
Block a user