…
This commit is contained in:
parent
ef1310110a
commit
fe5f8a5f06
1 changed files with 3 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ stages:
|
|||
test:
|
||||
stage: test
|
||||
script:
|
||||
- ansible-playbook
|
||||
- packer validate packer.json
|
||||
tags:
|
||||
- shell
|
||||
|
|
@ -38,6 +39,8 @@ build:
|
|||
stage: build
|
||||
script:
|
||||
- packer build packer.json
|
||||
only:
|
||||
- master
|
||||
artifacts:
|
||||
paths:
|
||||
- rootfs.tar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue