Skip to content

Commit 60fce15

Browse files
Remove network call on make clean (#27689)
fix #27653 credit to silverwind for finding issue
1 parent 80a0ab3 commit 60fce15

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,6 @@ clean-all: clean
278278

279279
.PHONY: clean
280280
clean:
281-
$(GO) clean -i ./...
282281
rm -rf $(EXECUTABLE) $(DIST) $(BINDATA_DEST) $(BINDATA_HASH) \
283282
integrations*.test \
284283
e2e*.test \

0 commit comments

Comments
 (0)