Skip to content
This repository was archived by the owner on Aug 2, 2019. It is now read-only.

Commit 8e22b0b

Browse files
committed
Pinning to a recent successful build
1 parent f7fed74 commit 8e22b0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

etc/scripts/installation-functions.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ function install_olm {
112112
mkdir -p "$REPO_DIR"
113113
rm -rf "$OLM_DIR"
114114
git clone https://github.com/operator-framework/operator-lifecycle-manager "$OLM_DIR"
115+
pushd $OLM_DIR; git checkout eaf605cca864e; popd
115116
for i in "$OLM_DIR"/deploy/okd/manifests/latest/*.crd.yaml; do oc apply -f $i; done
116117
for i in $(find "$OLM_DIR/deploy/okd/manifests/latest/" -type f ! -name "*crd.yaml" | sort); do oc create -f $i; done
117118
wait_for_all_pods openshift-operator-lifecycle-manager

0 commit comments

Comments
 (0)