remove gitlab-ci and minor cleanup of build script

main
Matt C 2 years ago committed by Michal
parent ff5c2373e9
commit dcff42d758

@ -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…
Cancel
Save