pipeline for occasional releases
This commit is contained in:
parent
5fd53fec1e
commit
c4cb07be82
11
.gitlab-ci.yml
Normal file
11
.gitlab-ci.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
image: building5/genisoimage
|
||||||
|
all:
|
||||||
|
only: release
|
||||||
|
script:
|
||||||
|
- mkdir iso-image/
|
||||||
|
- make jos.iso
|
||||||
|
- cp release.txt iso-image/
|
||||||
|
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- iso-image/
|
Loading…
Reference in New Issue
Block a user