fix: add MAC_OS variable for static-check (#8796)
This commit is contained in:
parent
cf4dca8e43
commit
60b714336e
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -146,6 +146,7 @@ clean: ## Remove .gocache directory.
|
||||||
.PHONY: static-check
|
.PHONY: static-check
|
||||||
static-check: ## Run verification script for boilerplate, codegen, gofmt, golint, lualint and chart-lint.
|
static-check: ## Run verification script for boilerplate, codegen, gofmt, golint, lualint and chart-lint.
|
||||||
@build/run-in-docker.sh \
|
@build/run-in-docker.sh \
|
||||||
|
MAC_OS=$(MAC_OS) \
|
||||||
hack/verify-all.sh
|
hack/verify-all.sh
|
||||||
|
|
||||||
###############################
|
###############################
|
||||||
|
|
Loading…
Reference in a new issue