This is an automated email from the ASF dual-hosted git repository. matrei pushed a commit to branch post-7.0.3-release in repository https://gitbox.apache.org/repos/asf/grails-core.git
commit ae18aa91341a9fda5395eb7e728b9259a9f0af0f Author: Mattias Reichel <[email protected]> AuthorDate: Fri Nov 21 13:59:00 2025 +0100 [skip ci] post 7.0.3 release adjustments --- etc/bin/verify.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/bin/verify.sh b/etc/bin/verify.sh index 6a3a53a44e..126d42ea27 100755 --- a/etc/bin/verify.sh +++ b/etc/bin/verify.sh @@ -109,7 +109,7 @@ echo "✅ RAT passed" echo "Verifying Reproducible Build ..." set +e # because we have known issues here -verify-reproducible.sh "${DOWNLOAD_LOCATION}" +"${SCRIPT_DIR}/verify-reproducible.sh" "${DOWNLOAD_LOCATION}" set -e echo "✅ Reproducible Build Verified"
