Skip to content

Commit d6eb43f

Browse files
Remove network call on make clean
fix go-gitea#27653 credit to silverwind for finding issue
1 parent 776b092 commit d6eb43f

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)