Skip to content

Commit 0281072

Browse files
committed
gzip log files
1 parent 02a87cf commit 0281072

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hack/e2e.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ on_exit() {
9797
tar -czf "${tarball}" -C . "${tarballDirectory}"
9898
rm -r "${tarballDirectory}"
9999
done
100+
# gzip log files
101+
find "${ARTIFACTS}" -type f -name "*.log" -exec gzip {} \;
100102
# Move all artifacts to the original artifacts location.
101103
mv "${ARTIFACTS}"/* "${ORIGINAL_ARTIFACTS}/"
102104
fi

0 commit comments

Comments
 (0)