Skip to content

Commit

Permalink
do we really need to be aggressive about cleaning...
Browse files Browse the repository at this point in the history
  • Loading branch information
zmerlynn committed Aug 25, 2023
1 parent 551c4a3 commit f1fe996
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build/includes/sdk.mk
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,6 @@ test-gen-all-sdk-grpc:
diff_output_test_sdk=$$(git diff --name-status HEAD -- ../test/sdk); \
if [ -z "$$diff_output" ] && [ -z "$$diff_output_test_sdk" ]; then \
echo "No differences found."; \
git clean -xdf ../sdks ../test/sdk; \
rm -rf .gocache; \
else \
echo "FAILURE: Differences found."; \
echo "$$diff_output"; \
Expand Down

0 comments on commit f1fe996

Please sign in to comment.