change ci script

This commit is contained in:
2019-02-16 22:41:59 +01:00
parent 06ca1f40e6
commit 6af72d9970

View File

@ -1,37 +1,13 @@
stages:
- hello
- build
job1:
stage: hello
tags:
- hottis
- linux
- debian
script:
- echo "Hallo"
- echo "Welt"
- whoami
job2:
stage: hello
tags:
- hottis
- linux
- debian
script:
- echo "Hello"
- echo "World"
- whoami
job3:
build:
image: registry.gitlab.com/wolutator/gitlabrunner-msp430:latest
stage: build
tags:
- hottis
- linux
- debian
- msp430
- docker
only:
refs:
- master