add gitlab ci config
This commit is contained in:
parent
44255e2625
commit
5c4349a913
1 changed files with 12 additions and 0 deletions
12
.gitlab-ci.yml
Normal file
12
.gitlab-ci.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
image: hashicorp/packer
|
||||
|
||||
test:
|
||||
script:
|
||||
- packer validate packer.json
|
||||
|
||||
build:
|
||||
script:
|
||||
- packer build packer.json
|
||||
artifacts:
|
||||
paths:
|
||||
- rootfs.tar
|
||||
Loading…
Add table
Add a link
Reference in a new issue