Merge pull request #14347 from spowelljr/removeTmpDelete

CI: Stop removing /tmp
pull/14349/head
Steven Powell 2022-06-16 10:40:12 -07:00 committed by GitHub
commit 198e91f402
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -111,9 +111,6 @@ function cleanup() {
done done
echo -e "\nafter the cleanup:" echo -e "\nafter the cleanup:"
overview overview
# clean up /tmp
find /tmp -name . -o -prune -exec rm -rf -- {} + >/dev/null 2>&1 || true
} }
# Give 15m for Linux-specific cleanup # Give 15m for Linux-specific cleanup