fix: release-olm-files.sh (#1498)

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

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

View File

@ -102,12 +102,10 @@ sed \
-e 's/LABEL operators.operatorframework.io.bundle.channel.default.v1=.*/LABEL operators.operatorframework.io.bundle.channel.default.v1='$CHANNEL'/' \
-i "${BUNDLE_DOCKERFILE}"
pushd "${CURRENT_DIR}" || exit 1
source ${OPERATOR_REPO}/build/release/scripts/addDigests.sh \
source ${OPERATOR_REPO}/build/scripts/release/addDigests.sh \
-t "${RELEASE}" \
-s "${RELEASE_CSV}" \
-o "${MANAGER_YAML}"
popd || exit 1
pushd "${OPERATOR_REPO}" || exit 1
make download-addlicense