parch-iso-cosmic/.gitlab-ci.yml

18 lines
198 B
YAML
Raw Normal View History

2024-08-30 23:18:57 +03:30
stages:
- build
image: archlinux/archlinux:base-devel
archiso:
stage: build
script:
2024-09-05 17:21:47 +03:30
- ./test.sh
2024-08-30 23:21:10 +03:30
rules:
when: manual
2024-08-30 23:18:57 +03:30
artifacts:
paths:
- out/*.iso
expire_in: 1 week
2024-08-30 23:21:10 +03:30