geht es etz so?
This commit is contained in:
parent
c733d99580
commit
e1537f7092
1 changed files with 4 additions and 2 deletions
|
|
@ -9,12 +9,14 @@ stages:
|
|||
test:
|
||||
stage: test
|
||||
script:
|
||||
- apk add --no-cache ansible && packer validate packer.json
|
||||
- apk add --no-cache ansible
|
||||
- packer validate packer.json
|
||||
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue