mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
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:
parent
798437d0c4
commit
aa77b677a3
@ -105,7 +105,7 @@ if [ "${TRAVIS_PULL_REQUEST}" == "false" ]; then
|
|||||||
|
|
||||||
pushd "$CSI_CHARTS_DIR" >/dev/null
|
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"
|
build_step "cloning ceph/csi-charts repository"
|
||||||
git clone https://github.com/ceph/csi-charts
|
git clone https://github.com/ceph/csi-charts
|
||||||
|
Loading…
Reference in New Issue
Block a user