Skip to content

Commit 1f2e22b

Browse files
set LOCALBIN to /tmp/bin during OpenShift CI integration testing
Signed-off-by: Michael Valdron <[email protected]>
1 parent ff11084 commit 1f2e22b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.ci/openshift_integration.sh

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ set -x
1212

1313
# Make sure we're running the integration tests with the image built by OpenShift CI
1414
export IMG=${REGISTRY_OPERATOR}
15+
# Make sure we're using /tmp/bin for binaries installed or built by OpenShift CI
16+
export LOCALBIN=/tmp/bin
1517

1618
# For some reason go on PROW force usage vendor folder
1719
# This workaround is here until we don't figure out cause

0 commit comments

Comments
 (0)