Skip to content

Commit 818f4de

Browse files
authored
Update csi
1 parent 52747e2 commit 818f4de

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

  • scripts/csops

scripts/csops/csi

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,9 +269,8 @@ if [[ $deploy_services_artifacts_needed == true ]]; then
269269
echo "ERROR: Failed to deploy services artifacts"
270270
exit 1
271271
fi
272-
273-
rm -r /tmp/cspace-bindings-*
274-
rm -r /tmp/merged-app-config-*
272+
273+
find /tmp -maxdepth 1 \( -name "cspace-bindings-*" -o -name "merged-app-config-*" \) -user ${USER} -type d -prune -exec rm -rf {} + 2> /dev/null
275274
fi
276275

277276
# Deploy reports

0 commit comments

Comments
 (0)