15 lines
174 B
YAML
15 lines
174 B
YAML
|
stages:
|
||
|
- build
|
||
|
|
||
|
image: archlinux/archlinux:base-devel
|
||
|
|
||
|
archiso:
|
||
|
stage: build
|
||
|
script:
|
||
|
- ./build.sh
|
||
|
artifacts:
|
||
|
paths:
|
||
|
- out/*.iso
|
||
|
expire_in: 1 week
|
||
|
|