We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39a6bd2 commit 4035a38Copy full SHA for 4035a38
03_build_installer.sh
@@ -12,7 +12,7 @@ source validation.sh
12
function clone_installer() {
13
# Clone repo, if not already present
14
if [[ ! -d $OPENSHIFT_INSTALL_PATH ]]; then
15
- sync_repo_and_patch go/src/github.com/openshift/installer https://github.com/openshift/installer.git
+ sync_repo_and_patch "$(realpath -m --relative-to "${REPO_PATH:-$HOME}" "${OPENSHIFT_INSTALL_PATH}")" https://github.com/openshift/installer.git
16
fi
17
}
18
0 commit comments