geht es etz so?

This commit is contained in:
Simon Bruder 2018-02-12 12:41:43 +00:00
parent c733d99580
commit e1537f7092

View file

@ -9,12 +9,14 @@ stages:
test:
stage: test
script:
- apk add --no-cache ansible && packer validate packer.json
- apk add --no-cache ansible
- packer validate packer.json
build:
stage: build
script:
- apk add --no-cache ansible && packer build packer.json
- apk add --no-cache ansible
- packer build packer.json
artifacts:
paths:
- rootfs.tar