abr: make apkbuild-anitya and apkbuild-shellcheck optional
closes https://git.ptrc.gay/ptrcnull/ptrcports/-/merge_requests/1
This commit is contained in:
parent
39ed53f89c
commit
642dace658
1 changed files with 2 additions and 2 deletions
4
abr/abr
4
abr/abr
|
@ -128,6 +128,6 @@ $nicewrap abuild -fr "$@"
|
||||||
if [ -n "$full" ]; then
|
if [ -n "$full" ]; then
|
||||||
checkapk
|
checkapk
|
||||||
abuild sanitycheck
|
abuild sanitycheck
|
||||||
apkbuild-shellcheck
|
apkbuild-shellcheck || true
|
||||||
apkbuild-anitya
|
apkbuild-anitya || true
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue