ich glaub etz hab ichs
This commit is contained in:
parent
f2441fc9dd
commit
d2992490c4
1 changed files with 10 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue