diff --git a/build/scripts/release/prepare-community-operators-update.sh b/build/scripts/release/prepare-community-operators-update.sh index ac25929ff..941ae1882 100755 --- a/build/scripts/release/prepare-community-operators-update.sh +++ b/build/scripts/release/prepare-community-operators-update.sh @@ -20,7 +20,7 @@ set -u STABLE_CHANNELS=("stable") OPERATOR_REPO=$(dirname "$(dirname "$(dirname "$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")")")") -source "${OPERATOR_REPO}/build/scripts/oc-tests/oc-common.sh" +source "${OPERATOR_REPO}/build/scripts/minikube-tests/common.sh" base_branch="main" GITHUB_USER="che-bot"