forked from josch/mmdebstrap
coverage.sh: also run shellcheck on mmdebstrap-autopkgtest-build-qemu
This commit is contained in:
parent
0de9e19ca4
commit
87edb1c2d1
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ for f in tarfilter coverage.py caching_proxy.py; do
|
|||
black --check "./$f"
|
||||
done
|
||||
|
||||
shellcheck --exclude=SC2016 coverage.sh make_mirror.sh run_null.sh run_qemu.sh gpgvnoexpkeysig hooks/*/*.sh
|
||||
shellcheck --exclude=SC2016 coverage.sh make_mirror.sh run_null.sh run_qemu.sh gpgvnoexpkeysig mmdebstrap-autopkgtest-build-qemu hooks/*/*.sh
|
||||
|
||||
mirrordir="./shared/cache/debian"
|
||||
|
||||
|
|
Loading…
Reference in a new issue