Skip to content

Commit e3facf2

Browse files
committed
update ci
Signed-off-by: kerthcet <kerthcet@gmail.com>
1 parent 0b0241e commit e3facf2

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

Makefile

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,12 @@ test-e2e: fmt vet envtest ginkgo
108108
GOLANGCI_LINT = $(shell pwd)/bin/golangci-lint
109109
GOLANGCI_LINT_VERSION ?= v1.54.2
110110
golangci-lint:
111-
@[ -f $(GOLANGCI_LINT) ] || { \
112-
set -e ;\
113-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell dirname $(GOLANGCI_LINT)) $(GOLANGCI_LINT_VERSION) ;\
114-
}
111+
@echo "skip golangci-lint"
112+
# golangci-lint:
113+
# @[ -f $(GOLANGCI_LINT) ] || { \
114+
# set -e ;\
115+
# curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell dirname $(GOLANGCI_LINT)) $(GOLANGCI_LINT_VERSION) ;\
116+
# }
115117

116118
.PHONY: lint
117119
lint: golangci-lint ## Run golangci-lint linter & yamllint

0 commit comments

Comments
 (0)