File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ LOCAL_NAMESPACE := "olm"
23
23
export GO111MODULE =on
24
24
CONTROLLER_GEN := go run $(MOD_FLAGS ) ./vendor/sigs.k8s.io/controller-tools/cmd/controller-gen
25
25
YQ_INTERNAL := go run $(MOD_FLAGS ) ./vendor/github.com/mikefarah/yq/v2/
26
- KUBEBUILDER_ASSETS := $(or $(or $(KUBEBUILDER_ASSETS ) ,$(dir $(shell command -v kubebuilder) ) ) , /usr/local/kubebuilder/bin)
26
+ KUBEBUILDER_ASSETS := $(or $(or $(KUBEBUILDER_ASSETS ) ,$(dir $(shell command -v kubebuilder) ) ) ,/usr/local/kubebuilder/bin)
27
27
export KUBEBUILDER_ASSETS
28
28
29
29
# ART builds are performed in dist-git, with content (but not commits) copied
Original file line number Diff line number Diff line change @@ -10,6 +10,3 @@ RUN yum install -y skopeo && \
10
10
mv /tmp/kubebuilder_2.3.1_${OS}_${ARCH}/ /usr/local/kubebuilder && \
11
11
export PATH=$PATH:/usr/local/kubebuilder/bin && \
12
12
echo "Kubebuilder installation complete!"
13
-
14
- ENV PATH=$PATH:/usr/local/kubebuilder/bin
15
- ENV KUBEBUILDER_ASSETS=/usr/local/kubebuilder/bin
You can’t perform that action at this time.
0 commit comments