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