From 162cda431a1c93d4d64d039ce2169e9657e04256 Mon Sep 17 00:00:00 2001 From: Anatolii Bazko Date: Fri, 19 Feb 2021 16:52:52 +0200 Subject: [PATCH] User --version flag to deploy and update Eclipse Che (#683) Signed-off-by: Anatolii Bazko --- .../minishift/test-stable-operator-update.sh | 19 +++++++++++++------ .../minishift-stable-operator-update.yaml | 2 +- 2 files changed, 14 insertions(+), 7 deletions(-) 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<