Skip to content

Commit 5eff741

Browse files
committed
fix: do not clear the diff_purge.txt
1 parent 43d7f09 commit 5eff741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/bin/verify-reproducible.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ if [ -s diff.txt ]; then
106106
fi
107107
fi
108108

109+
: > diff_purged.txt # Ensure the file exists and is empty
109110
while IFS= read -r jar_file; do
110111
echo "Checking jar ${jar_file}..."
111112

@@ -140,7 +141,6 @@ if [ -s diff.txt ]; then
140141
fi
141142

142143
done < diff.txt
143-
: > diff_purged.txt # Ensure the file exists and is empty
144144
mv diff_purged.txt diff.txt
145145
rm -rf firstArtifact secondArtifact firstSource secondSource || true
146146

0 commit comments

Comments
 (0)