From 24b74ee040711fca7ec03abed6214cf43a169c11 Mon Sep 17 00:00:00 2001 From: Stephen Benjamin Date: Wed, 20 Nov 2019 00:37:56 -0500 Subject: [PATCH] Remove disk space patch --- ocp_install_env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocp_install_env.sh b/ocp_install_env.sh index 5045b0b08..4772cdb12 100644 --- a/ocp_install_env.sh +++ b/ocp_install_env.sh @@ -49,7 +49,7 @@ function extract_installer() { function clone_installer() { # Clone repo, if not already present if [[ ! -d $OPENSHIFT_INSTALL_PATH ]]; then - 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/2666.patch https://patch-diff.githubusercontent.com/raw/openshift/installer/pull/2673.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/2666.patch fi }