This is an automated email from the ASF dual-hosted git repository.
matrei pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git
The following commit(s) were added to refs/heads/7.0.x by this push:
new 21f32a75ba [skip ci] post 7.0.3 release adjustments (#15250)
21f32a75ba is described below
commit 21f32a75ba8ae2f8a37083f25075da987abd2722
Author: Mattias Reichel <[email protected]>
AuthorDate: Fri Nov 21 14:09:59 2025 +0100
[skip ci] post 7.0.3 release adjustments (#15250)
---
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"