We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86d458c commit e374fd8Copy full SHA for e374fd8
Makefile
@@ -34,7 +34,7 @@ verify: fmt vet lint
34
test: generate verify manifests unit
35
36
unit:
37
- KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) -p path --bin-dir $(PROJECT_DIR)/bin)" ./hack/ci-test.sh
+ KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) -p path --bin-dir $(PROJECT_DIR)/bin --remote-bucket openshift-kubebuilder-tools)" ./hack/ci-test.sh
38
39
# Build operator binaries
40
build: operator config-sync-controllers azure-config-credentials-injector
0 commit comments