abr: make apkbuild-anitya and apkbuild-shellcheck optional

closes https://git.ptrc.gay/ptrcnull/ptrcports/-/merge_requests/1
This commit is contained in:
ptrcnull 2023-04-20 21:12:52 +00:00 committed by psykose
parent 39ed53f89c
commit 642dace658

View file

@ -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