grr…
This commit is contained in:
parent
78a4d690cd
commit
9dd01ebd08
1 changed files with 2 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue