We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40cda3c commit 43de3c4Copy full SHA for 43de3c4
ocp_install_env.sh
@@ -50,7 +50,7 @@ function extract_installer() {
50
function clone_installer() {
51
# Clone repo, if not already present
52
if [[ ! -d $OPENSHIFT_INSTALL_PATH ]]; then
53
- sync_repo_and_patch go/src/github.com/openshift/installer https://github.com/openshift/installer.git https://patch-diff.githubusercontent.com/raw/openshift/installer/pull/2837.patch
+ sync_repo_and_patch go/src/github.com/openshift/installer https://github.com/openshift/installer.git https://patch-diff.githubusercontent.com/raw/openshift/installer/pull/2821.patch
54
fi
55
}
56
0 commit comments