From 97a281aa976f0b2eb03d72088cbc1136b9e45f5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraci=20Paix=C3=A3o=20Kr=C3=B6hling?= Date: Wed, 16 Dec 2020 14:58:43 +0100 Subject: [PATCH] Remove OpenShift bundle from release (#145) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Juraci Paixão Kröhling --- .ci/create-release-github.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/create-release-github.sh b/.ci/create-release-github.sh index 84f7457130..8af5424ff8 100755 --- a/.ci/create-release-github.sh +++ b/.ci/create-release-github.sh @@ -7,4 +7,4 @@ gh config set prompt disabled gh release create \ -t "Release ${OPERATOR_VERSION}" \ "${OPERATOR_VERSION}" \ - 'dist/opentelemetry-operator.yaml#Installation manifest for Kubernetes' 'dist/bundle.tar.gz#Manifest bundle for OLM' + 'dist/opentelemetry-operator.yaml#Installation manifest for Kubernetes'