This is an automated email from the ASF dual-hosted git repository.
matrei pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/grails-gradle-publish.git
The following commit(s) were added to refs/heads/main by this push:
new da794ea [skip ci] fix verify
da794ea is described below
commit da794eac16de2c9192e9fdfabf08995735323f70
Author: Mattias Reichel <[email protected]>
AuthorDate: Fri Oct 10 10:45:59 2025 +0200
[skip ci] fix verify
Update path to `verify-reproducible.sh`
---
etc/bin/verify.sh | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/etc/bin/verify.sh b/etc/bin/verify.sh
index 3325319..b39c9b5 100755
--- a/etc/bin/verify.sh
+++ b/etc/bin/verify.sh
@@ -81,8 +81,10 @@ 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"
-echo "✅✅✅ Verification finished."
\ No newline at end of file
+echo "✅✅✅ Verification finished."
+
+cd "${CWD}"
\ No newline at end of file