summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.com>2023-10-19 04:02:22 -0400
committerGitHub <noreply@github.com>2023-10-19 08:02:22 +0000
commit60fce1568e3a01664526d4e3c14a4bc9c902b953 (patch)
tree97477513898b0c1876ac020730df40c8f078c985 /Makefile
parent80a0ab350bf22b9af283698704b3c3dec812ff83 (diff)
downloadgitea-60fce1568e3a01664526d4e3c14a4bc9c902b953.tar.gz
gitea-60fce1568e3a01664526d4e3c14a4bc9c902b953.zip
Remove network call on `make clean` (#27689)
fix #27653 credit to silverwind for finding issue
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0662da5536..8e03a71b8d 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \