This commit is contained in:
Simon Bruder 2018-02-12 12:36:06 +00:00
parent 78a4d690cd
commit 9dd01ebd08

View file

@ -4,13 +4,11 @@ image:
test:
script:
- apk add --no-cache ansible
- packer validate packer.json
- apk add --no-cache ansible && packer validate packer.json
build:
script:
- apk add --no-cache ansible
- packer build packer.json
- apk add --no-cache ansible && packer build packer.json
artifacts:
paths:
- rootfs.tar