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 02a87cf commit 0281072Copy full SHA for 0281072
hack/e2e.sh
@@ -97,6 +97,8 @@ on_exit() {
97
tar -czf "${tarball}" -C . "${tarballDirectory}"
98
rm -r "${tarballDirectory}"
99
done
100
+ # gzip log files
101
+ find "${ARTIFACTS}" -type f -name "*.log" -exec gzip {} \;
102
# Move all artifacts to the original artifacts location.
103
mv "${ARTIFACTS}"/* "${ORIGINAL_ARTIFACTS}/"
104
fi
0 commit comments