511ca9d95d
/etc/systemd/scripts/ is not a standard directory. Run shellchek on the choose-mirror script.
17 lines
379 B
YAML
17 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
|