We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43d7f09 commit 5eff741Copy full SHA for 5eff741
etc/bin/verify-reproducible.sh
@@ -106,6 +106,7 @@ if [ -s diff.txt ]; then
106
fi
107
108
109
+ : > diff_purged.txt # Ensure the file exists and is empty
110
while IFS= read -r jar_file; do
111
echo "Checking jar ${jar_file}..."
112
@@ -140,7 +141,6 @@ if [ -s diff.txt ]; then
140
141
142
143
done < diff.txt
- : > diff_purged.txt # Ensure the file exists and is empty
144
mv diff_purged.txt diff.txt
145
rm -rf firstArtifact secondArtifact firstSource secondSource || true
146
0 commit comments