fix: make-release.sh (#1499)

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

Signed-off-by: Anatolii Bazko <abazko@redhat.com>
pull/1501/head
Anatolii Bazko 2022-09-01 17:20:04 +03:00 committed by GitHub
parent 3e65b352a8
commit 101ff47aca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ releaseOlmFiles() {
do
pushd ${OPERATOR_REPO}/build/scripts/release
. release-olm-files.sh --release-version $RELEASE --channel $channel
popd ${OPERATOR_REPO}
popd
local openshift=${OPERATOR_REPO}/bundle/$channel/eclipse-che-preview-openshift/manifests
echo "[INFO] releaseOlmFiles :: Validate changes"