does it need a shell?

This commit is contained in:
Simon Bruder 2018-02-12 12:06:47 +00:00
parent 7ee69f69da
commit 9910d0516d

View file

@ -1,8 +1,13 @@
image: hashicorp/packer
entrypoint: ["/bin/ash"]
before_script:
- apk add --no-cache ansible-playbook
test:
script:
- packer validate packer.json
build:
script:
- packer build packer.json