chore: Remove redundant sudo
Some checks failed
Container & Helm chart / Semantic Release (Dry-run) (push) Successful in 28s
Container & Helm chart / Helm chart (push) Failing after 4s
Container & Helm chart / Container image (push) Successful in 50s

This commit is contained in:
Danny Bessems 2024-02-28 09:51:11 +11:00
parent d00dd86775
commit c5600cac26

View File

@ -66,7 +66,7 @@ jobs:
sed -i 's/{{ image_tag }}/'${{ steps.sem_rel.outputs.version }}'/g' charts/spamasaurusrex/values.yaml
- name: Install helm w/ plugins
run: |
curl https://baltocdn.com/helm/signing.asc | gpg --dearmor | sudo tee /usr/share/keyrings/helm.gpg > /dev/null
curl https://baltocdn.com/helm/signing.asc | gpg --dearmor | tee /usr/share/keyrings/helm.gpg > /dev/null
apt install apt-transport-https --yes
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
apt update && apt install helm --yes