fix: prepare-community-operators-update.sh (#1513)

Signed-off-by: Anatolii Bazko <abazko@redhat.com>

Signed-off-by: Anatolii Bazko <abazko@redhat.com>
pull/1514/head
Anatolii Bazko 2022-09-05 17:38:29 +03:00 committed by GitHub
parent ba4139a532
commit 848c033c8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"