File tree Expand file tree Collapse file tree 2 files changed +8
-14
lines changed Expand file tree Collapse file tree 2 files changed +8
-14
lines changed Original file line number Diff line number Diff line change 11commands :
22 install_helm :
3- description : Install requests library
3+ description : Install Helm
44 steps :
55 - run :
66 command : |
7- export DEBIAN_FRONTEND=noninteractive
8- curl https://baltocdn.com/helm/signing.asc | sudo apt-key add -
9- sudo apt-get install -y apt-transport-https
10- echo "deb https://baltocdn.com/helm/stable/debian/ all main" | sudo tee /etc/apt/sources.list.d/helm-stable-debian.list
11- sudo apt-get update -qq
12- sudo apt-get install -y helm
7+ curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
8+ chmod 700 get_helm.sh
9+ ./get_helm.sh
1310 name : Install Helm
1411 install_python_requests :
1512 description : Install requests library
Original file line number Diff line number Diff line change 1- description : Install requests library
1+ description : Install Helm
22steps :
33 - run :
44 name : Install Helm
55 command : |
6- export DEBIAN_FRONTEND=noninteractive
7- curl https://baltocdn.com/helm/signing.asc | sudo apt-key add -
8- sudo apt-get install -y apt-transport-https
9- echo "deb https://baltocdn.com/helm/stable/debian/ all main" | sudo tee /etc/apt/sources.list.d/helm-stable-debian.list
10- sudo apt-get update -qq
11- sudo apt-get install -y helm
6+ curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
7+ chmod 700 get_helm.sh
8+ ./get_helm.sh
You can’t perform that action at this time.
0 commit comments