remove apt install helm command

This commit is contained in:
pat-s 2024-04-16 10:14:50 +02:00
parent 20b14b01c1
commit fd8246e51d
No known key found for this signature in database
GPG Key ID: 3C6318841EF78925
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ jobs:
chmod a+r /etc/apt/keyrings/docker.gpg
echo "deb [arch="$(dpkg --print-architecture)" signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu "$(. /etc/os-release && echo "$VERSION_CODENAME")" stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null
apt update -y
apt install -y python3 helm=${{ env.HELM_VERSION }}-1 python3-pip apt-transport-https docker-ce-cli
apt install -y python3 python3-pip apt-transport-https docker-ce-cli
pip install awscli
- name: Import GPG key