Skip to content

Commit

Permalink
Remove network call on make clean (go-gitea#27689)
Browse files Browse the repository at this point in the history
fix go-gitea#27653

credit to silverwind for finding issue
  • Loading branch information
techknowlogick authored Oct 19, 2023
1 parent 80a0ab3 commit 60fce15
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ clean-all: clean

.PHONY: clean
clean:
$(GO) clean -i ./...
rm -rf $(EXECUTABLE) $(DIST) $(BINDATA_DEST) $(BINDATA_HASH) \
integrations*.test \
e2e*.test \
Expand Down

0 comments on commit 60fce15

Please sign in to comment.