ich glaub etz hab ichs

This commit is contained in:
Simon Bruder 2018-02-12 12:55:32 +00:00
parent f2441fc9dd
commit d2992490c4

View file

@ -9,12 +9,20 @@ stages:
test:
stage: test
script:
- apk add --no-cache ansible && packer validate packer.json
- apk add --no-cache ansible
- packer validate packer.json
tags:
- docker
- x86
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
tags:
- docker
- x86