This commit is contained in:
parent
4d724089ff
commit
343c32c11a
@ -14,6 +14,10 @@ jobs:
|
||||
- run: cat ./README.md
|
||||
- run: cat /etc/os-release
|
||||
- run: pwd
|
||||
- run: curl https://baltocdn.com/helm/signing.asc | gpg --dearmor | tee /usr/share/keyrings/helm.gpg > /dev/null
|
||||
- run: apt-get update
|
||||
- run: apt-get install apt-transport-https --yes
|
||||
- run: echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/helm.gpg] https://baltocdn.com/helm/stable/debian/ all main" | sudo tee /etc/apt/sources.list.d/helm-stable-debian.list
|
||||
- run: sudo apt update
|
||||
- run: sudo apt install helm
|
||||
- run: sudo apt install helm --yes
|
||||
- run: echo $REPO_PASSWORD | helm registry login https://$REPO_HOST --username $REPO_USERNAME --password-stdin
|
||||
|
Loading…
Reference in New Issue
Block a user