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 741acdb commit 7b72ddbCopy full SHA for 7b72ddb
hack/e2e.sh
@@ -62,7 +62,7 @@ on_exit() {
62
# Cleanup VSPHERE_PASSWORD from temporary artifacts directory.
63
if [[ "${ORIGINAL_ARTIFACTS}" != "" ]]; then
64
# Delete non-text files from artifacts directory to not leak files accidentially
65
- find "${ARTIFACTS}" -type f -exec file --mime-type {} \; | grep -v -E -e "text/plain|text/xml|application/json|inode/x-empty" | while IFS= read -r line
+ find "${ARTIFACTS}" -type f -exec file --mime-type {} \; | grep -v -E -e "text/plain|text/xml|application/json|inode/x-empty" | grep -v 'pod-logs.tar.gz: ' | while IFS= read -r line
66
do
67
file="$(echo "${line}" | cut -d ':' -f1)"
68
mimetype="$(echo "${line}" | cut -d ':' -f2)"
0 commit comments