does it need a shell?
This commit is contained in:
parent
7ee69f69da
commit
9910d0516d
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue