Skip to content

Commit e374fd8

Browse files
committed
add openshift kubebuilder bucket to envtest command
1 parent 86d458c commit e374fd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ verify: fmt vet lint
3434
test: generate verify manifests unit
3535

3636
unit:
37-
KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) -p path --bin-dir $(PROJECT_DIR)/bin)" ./hack/ci-test.sh
37+
KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) -p path --bin-dir $(PROJECT_DIR)/bin --remote-bucket openshift-kubebuilder-tools)" ./hack/ci-test.sh
3838

3939
# Build operator binaries
4040
build: operator config-sync-controllers azure-config-credentials-injector

0 commit comments

Comments
 (0)