braucht das so

This commit is contained in:
Simon Bruder 2018-02-12 12:43:46 +00:00
parent e1537f7092
commit 05c281098e

View file

@ -9,14 +9,12 @@ 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