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
parent
d6e6653974
commit
3e65b352a8
|
|
@ -102,12 +102,10 @@ sed \
|
||||||
-e 's/LABEL operators.operatorframework.io.bundle.channel.default.v1=.*/LABEL operators.operatorframework.io.bundle.channel.default.v1='$CHANNEL'/' \
|
-e 's/LABEL operators.operatorframework.io.bundle.channel.default.v1=.*/LABEL operators.operatorframework.io.bundle.channel.default.v1='$CHANNEL'/' \
|
||||||
-i "${BUNDLE_DOCKERFILE}"
|
-i "${BUNDLE_DOCKERFILE}"
|
||||||
|
|
||||||
pushd "${CURRENT_DIR}" || exit 1
|
source ${OPERATOR_REPO}/build/scripts/release/addDigests.sh \
|
||||||
source ${OPERATOR_REPO}/build/release/scripts/addDigests.sh \
|
|
||||||
-t "${RELEASE}" \
|
-t "${RELEASE}" \
|
||||||
-s "${RELEASE_CSV}" \
|
-s "${RELEASE_CSV}" \
|
||||||
-o "${MANAGER_YAML}"
|
-o "${MANAGER_YAML}"
|
||||||
popd || exit 1
|
|
||||||
|
|
||||||
pushd "${OPERATOR_REPO}" || exit 1
|
pushd "${OPERATOR_REPO}" || exit 1
|
||||||
make download-addlicense
|
make download-addlicense
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue