build: install helm version from build.env

Install the helm package based on the version
specified in the build.env

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna 2021-04-22 11:13:20 +05:30 committed by mergify[bot]
parent 798437d0c4
commit aa77b677a3

View File

@ -105,7 +105,7 @@ if [ "${TRAVIS_PULL_REQUEST}" == "false" ]; then
pushd "$CSI_CHARTS_DIR" >/dev/null
curl -L https://git.io/get_helm.sh | bash
curl -L https://git.io/get_helm.sh | bash -s -- --version "${HELM_VERSION}"
build_step "cloning ceph/csi-charts repository"
git clone https://github.com/ceph/csi-charts