Browse Source

Remove network call on `make clean` (#27689)

fix #27653

credit to silverwind for finding issue
tags/v1.22.0-rc0
techknowlogick 7 months ago
parent
commit
60fce1568e
No account linked to committer's email address
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      Makefile

+ 0
- 1
Makefile View File

@@ -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 \

Loading…
Cancel
Save