Unverified Commit dd3c6f34 authored by Yue Yang's avatar Yue Yang Committed by GitHub
Browse files

Merge branch 'master' into dependabot/npm_and_yarn/ui/elliptic-6.5.4

parents 1e51dd3c f37e3bc7
Showing with 1 addition and 2 deletions
+1 -2
......@@ -50,7 +50,7 @@ FAILPOINT_ENABLE := $$(find $$PWD/ -type d | grep -vE "(\.git|bin)" | xargs $(G
FAILPOINT_DISABLE := $$(find $$PWD/ -type d | grep -vE "(\.git|bin)" | xargs $(GOBIN)/failpoint-ctl disable)
GO_BUILD_CACHE ?= $(HOME)/.cache/chaos-mesh
all: manifests/crd.yaml image
go_build_cache_directory:
mkdir -p $(GO_BUILD_CACHE)/chaos-mesh-gobuild
mkdir -p $(GO_BUILD_CACHE)/chaos-mesh-gopath
......@@ -67,7 +67,6 @@ endif
CLEAN_TARGETS :=
all: manifests/crd.yaml image
check: fmt vet boilerplate lint generate manifests/crd.yaml tidy
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment