1
0
mirror of synced 2026-02-06 10:55:56 +00:00

Add test for customizing bootstrap

Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
This commit is contained in:
Somtochi Onyekwere
2021-10-12 12:02:19 +01:00
parent 1d1d4bbf4b
commit 6a6bba8669
3 changed files with 99 additions and 1 deletions

View File

@@ -58,10 +58,12 @@ install:
install-dev:
CGO_ENABLED=0 go build -o /usr/local/bin ./cmd/flux
install-envtest: setup-envtest
$(SETUP_ENVTEST) use $(ENVTEST_BIN_VERSION)
setup-bootstrap-patch:
go run ./tests/bootstrap/main.go
# Find or download setup-envtest
setup-envtest:
ifeq (, $(shell which setup-envtest))