Skip to content

Commit

Permalink
ci: add -y arg for az upgrade (#741)
Browse files Browse the repository at this point in the history
Signed-off-by: Anish Ramasekar <[email protected]>
  • Loading branch information
aramase committed Feb 8, 2023
1 parent d2d9dcb commit 20e91d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/azwi-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
echo "Azure CLI Current installed version"
az version
echo "Upgrading Azure CLI"
az upgrade
az upgrade -y
echo "Azure CLI upgraded version"
az version
- name: Set variables
Expand Down

0 comments on commit 20e91d3

Please sign in to comment.