Skip to content

Commit

Permalink
use apt-get -y install
Browse files Browse the repository at this point in the history
  • Loading branch information
miampf committed Oct 29, 2024
1 parent fe1c517 commit 10311b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e_aks_runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Install `az` with extensions
run: |
sudo apt-get update
sudo apt-get install apt-transport-https ca-certificates curl gnupg lsb-release
sudo apt-get -y install apt-transport-https ca-certificates curl gnupg lsb-release
sudo mkdir -p /etc/apt/keyrings
curl -sLS https://packages.microsoft.com/keys/microsoft.asc |
gpg --dearmor | sudo tee /etc/apt/keyrings/microsoft.gpg > /dev/null
Expand All @@ -74,7 +74,7 @@ jobs:
EOF
sudo apt-get update
sudo apt-get install azure-cli
sudo apt-get -y install azure-cli
az extension add --name aks-preview
az extension add --name confcom
Expand Down

0 comments on commit 10311b1

Please sign in to comment.