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 b399688 commit f4bf8d9Copy full SHA for f4bf8d9
1 file changed
.kokoro/system.sh
@@ -64,7 +64,7 @@ run_package_test() {
64
local gcloud_config_dir=$(mktemp -d -t "gcloud-config-${package_name}-XXXXXX")
65
local CLOUDSDK_CONFIG="${gcloud_config_dir}"
66
67
- # 🪤 TRAP: Ensure cleanup of THIS specific temp dir on exit of this subshell
+ # 🪤 TRAP: Ensure cleanup of THIS specific temp dir on exit of this subshell.
68
trap 'rm -rf "$gcloud_config_dir"' EXIT
69
70
0 commit comments