Skip to content

Commit

Permalink
ci: changed Azure cli install to an upgrade (#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
mozts2005 committed Jan 24, 2023
1 parent b593022 commit 4332f08
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/azwi-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,13 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: "1.19"
- name: Install Azure CLI latest
- name: Upgrade Azure CLI
run: |
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
echo "Azure CLI Current installed version"
az version
echo "Upgrading Azure CLI"
az upgrade
echo "Azure CLI upgraded version"
az version
- name: Set variables
id: variables
Expand Down

0 comments on commit 4332f08

Please sign in to comment.