archiso/.gitlab-ci.yml
nl6720 511ca9d95d
Move choose-mirror script to /usr/local/bin/
/etc/systemd/scripts/ is not a standard directory.

Run shellchek on the choose-mirror script.
2020-06-30 18:10:55 +03:00

16 lines
379 B
YAML

---
default:
image: archlinux/base
before_script:
- pacman --noconfirm -Syy
- pacman --noconfirm -S base-devel shellcheck
lint:
stage: build
script:
- shellcheck -s bash
archiso/mkarchiso
configs/{baseline,releng}/build.sh
configs/releng/airootfs/root/.automated_script.sh
configs/releng/airootfs/usr/local/bin/choose-mirror