Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion etc/bin/verify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
Loading