We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52747e2 commit 818f4deCopy full SHA for 818f4de
1 file changed
scripts/csops/csi
@@ -269,9 +269,8 @@ if [[ $deploy_services_artifacts_needed == true ]]; then
269
echo "ERROR: Failed to deploy services artifacts"
270
exit 1
271
fi
272
-
273
- rm -r /tmp/cspace-bindings-*
274
- rm -r /tmp/merged-app-config-*
+
+ find /tmp -maxdepth 1 \( -name "cspace-bindings-*" -o -name "merged-app-config-*" \) -user ${USER} -type d -prune -exec rm -rf {} + 2> /dev/null
275
276
277
# Deploy reports
0 commit comments