change ci script
This commit is contained in:
@ -1,6 +1,19 @@
|
||||
stages:
|
||||
- hello
|
||||
- build
|
||||
|
||||
job1:
|
||||
stage: hello
|
||||
tags:
|
||||
- hottis
|
||||
- linux
|
||||
- docker
|
||||
script:
|
||||
- echo "Hallo"
|
||||
- echo "Welt"
|
||||
- whoami
|
||||
|
||||
|
||||
build:
|
||||
image: registry.gitlab.com/wolutator/gitlabrunner-msp430:latest
|
||||
stage: build
|
||||
|
Reference in New Issue
Block a user