This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-helm-chart.git
The following commit(s) were added to refs/heads/master by this push:
new 7219a37 Fix chart releaser command which uses docker image (#199)
7219a37 is described below
commit 7219a370653afed4e49316eacedc6177f045501f
Author: Lari Hotari <[email protected]>
AuthorDate: Wed Jan 12 12:45:58 2022 +0200
Fix chart releaser command which uses docker image (#199)
---
.ci/release.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.ci/release.sh b/.ci/release.sh
index a993ffb..d75f936 100755
--- a/.ci/release.sh
+++ b/.ci/release.sh
@@ -34,7 +34,7 @@ source ${CHARTS_HOME}/hack/common.sh
source ${CHARTS_HOME}/.ci/git.sh
# allow overwriting cr binary
-CR="docker run -v ${CHARTS_HOME}:/cr
quay.io/helmpack/chart-releaser:v${CR_VERSION} cr"
+CR="docker run -v ${CHARTS_HOME}:/cr
quay.io/helmpack/chart-releaser:v${CR_VERSION}"
function release::ensure_dir() {
local dir=$1