labsync/.gitlab-ci.yml
2018-02-12 12:43:46 +00:00

20 lines
309 B
YAML

image:
name: hashicorp/packer
entrypoint: [""]
stages:
- test
- build
test:
stage: test
script:
- apk add --no-cache ansible && packer validate packer.json
build:
stage: build
script:
- apk add --no-cache ansible && packer build packer.json
artifacts:
paths:
- rootfs.tar