remove gitlab-ci and minor cleanup of build script
parent
ff5c2373e9
commit
9d9653529f
@ -1,10 +0,0 @@
|
||||
image: "archlinux"
|
||||
|
||||
iso:
|
||||
before_script:
|
||||
- pacman -Sy reflector --noconfirm --needed
|
||||
- reflector --latest 5 --sort rate --save /etc/pacman.d/mirrorlist
|
||||
- pacman -Sy sudo base-devel pacman-contrib archiso wget git --noconfirm --needed
|
||||
script:
|
||||
- ./build_iso.sh
|
||||
- cp *.iso /output/. -v
|
Loading…
Reference in New Issue