From 642dace658fed09636af0021b17ae1aa9b565dba Mon Sep 17 00:00:00 2001 From: ptrcnull Date: Thu, 20 Apr 2023 21:12:52 +0000 Subject: [PATCH] abr: make apkbuild-anitya and apkbuild-shellcheck optional closes https://git.ptrc.gay/ptrcnull/ptrcports/-/merge_requests/1 --- abr/abr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/abr/abr b/abr/abr index 58ea8a8..29b8bf2 100755 --- a/abr/abr +++ b/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