This commit is contained in:
Simon Bruder 2018-02-12 13:23:42 +00:00
parent ef1310110a
commit fe5f8a5f06

View file

@ -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