mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
fix(_test): use bash instead of regular shell to install helm
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ function install-helm {
|
||||
mkdir -p .bin
|
||||
(
|
||||
cd .bin
|
||||
curl -s https://get.helm.sh | sh
|
||||
curl -s https://get.helm.sh | bash
|
||||
)
|
||||
export PATH="$(pwd)/.bin:${PATH}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user