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
parent
ba4139a532
commit
848c033c8e
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue