Fix yaml lint

This commit is contained in:
Lunny Xiao 2023-04-14 16:08:04 +08:00
parent e768a6acdc
commit 95076eb11f
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 2 additions and 2 deletions

View File

@ -13,11 +13,11 @@ jobs:
- name: install tools
run: |
apt update -y
apt install -y curl
apt install -y curl
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
apt update -y
apt install python helm python3-pip apt-transport-https
apt install python helm python3-pip apt-transport-https
pip install awscli
- name: package chart
run: |