We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff11084 commit 1f2e22bCopy full SHA for 1f2e22b
.ci/openshift_integration.sh
@@ -12,6 +12,8 @@ set -x
12
13
# Make sure we're running the integration tests with the image built by OpenShift CI
14
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
17
18
# For some reason go on PROW force usage vendor folder
19
# This workaround is here until we don't figure out cause
0 commit comments