1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-02 01:15:48 +00:00

Remove network call on make clean (#27689)

fix #27653

credit to silverwind for finding issue
This commit is contained in:
techknowlogick 2023-10-19 04:02:22 -04:00 committed by GitHub
parent 80a0ab350b
commit 60fce1568e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -278,7 +278,6 @@ clean-all: clean
.PHONY: clean .PHONY: clean
clean: clean:
$(GO) clean -i ./...
rm -rf $(EXECUTABLE) $(DIST) $(BINDATA_DEST) $(BINDATA_HASH) \ rm -rf $(EXECUTABLE) $(DIST) $(BINDATA_DEST) $(BINDATA_HASH) \
integrations*.test \ integrations*.test \
e2e*.test \ e2e*.test \