Add -y to fix apt install on ci
This commit is contained in:
parent
95076eb11f
commit
76e47ef6f0
@ -17,7 +17,7 @@ jobs:
|
|||||||
curl https://baltocdn.com/helm/signing.asc | gpg --dearmor | 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
|
||||||
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/helm.gpg] https://baltocdn.com/helm/stable/debian/ all main" | tee /etc/apt/sources.list.d/helm-stable-debian.list
|
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/helm.gpg] https://baltocdn.com/helm/stable/debian/ all main" | tee /etc/apt/sources.list.d/helm-stable-debian.list
|
||||||
apt update -y
|
apt update -y
|
||||||
apt install python helm python3-pip apt-transport-https
|
apt install -y python helm python3-pip apt-transport-https
|
||||||
pip install awscli
|
pip install awscli
|
||||||
- name: package chart
|
- name: package chart
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user