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
|
||||
checkapk
|
||||
abuild sanitycheck
|
||||
apkbuild-shellcheck
|
||||
apkbuild-anitya
|
||||
apkbuild-shellcheck || true
|
||||
apkbuild-anitya || true
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue