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

fix #27653

credit to silverwind for finding issue
pull/25685/head
techknowlogick 1 year ago committed by GitHub
parent 80a0ab350b
commit 60fce1568e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      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 \

Loading…
Cancel
Save