Skip to content

Commit

Permalink
Update csi
Browse files Browse the repository at this point in the history
  • Loading branch information
felder authored Mar 22, 2019
1 parent 52747e2 commit 818f4de
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/csops/csi
Original file line number Diff line number Diff line change
Expand Up @@ -269,9 +269,8 @@ if [[ $deploy_services_artifacts_needed == true ]]; then
echo "ERROR: Failed to deploy services artifacts"
exit 1
fi

rm -r /tmp/cspace-bindings-*
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
fi

# Deploy reports
Expand Down

0 comments on commit 818f4de

Please sign in to comment.