diff --git a/.github/bin/minishift/test-stable-operator-update.sh b/.github/bin/minishift/test-stable-operator-update.sh index 2e96dc7e4..a22ddefd2 100755 --- a/.github/bin/minishift/test-stable-operator-update.sh +++ b/.github/bin/minishift/test-stable-operator-update.sh @@ -20,16 +20,23 @@ source "${OPERATOR_REPO}"/.github/bin/common.sh # Stop execution on any error trap "catchFinish" EXIT SIGINT -prepareTemplates() { - disableOpenShiftOAuth ${PREVIOUS_OPERATOR_TEMPLATE} - disableOpenShiftOAuth ${LAST_OPERATOR_TEMPLATE} +preparePatchYaml() { + cat >${OPERATOR_REPO}/tmp/patch.yaml<