diff --git a/getkeys.sh b/getkeys.sh index 5e828c6..3b0ac4a 100755 --- a/getkeys.sh +++ b/getkeys.sh @@ -1,6 +1,8 @@ #!/bin/bash set -eo pipefail +[[ ${SKIP_VERIFY:-} == true ]] && exit 0 + [ -f "PKGBUILD" ] || { echo "No PKGBUILD file found" exit 1 diff --git a/run.sh b/run.sh index 4c082cd..a5516a3 100755 --- a/run.sh +++ b/run.sh @@ -21,6 +21,10 @@ if [ ! -e PKGBUILD ]; then cd /src/git fi +[[ ${SKIP_VERIFY:-} == true ]] && { + MAKEPKG_OPTS+=(--skippgpcheck) +} + [ -e /config/signing.asc ] && { gosu builder gpg --import