Skip to content

Commit

Permalink
retry
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaansehgal99 committed Oct 19, 2024
1 parent 353ec06 commit 2f39c9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,15 @@ jobs:
go-version: ${{ env.GO_VERSION }}

- name: Install Azure CLI latest
shell: bash
run: |
if ! which az > /dev/null; then
echo "Azure CLI not found. Installing..."
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
else
echo "Azure CLI already installed."
fi
whoami
echo $E2E_AMRT_SECRET_NAME
- name: Az login
Expand Down

0 comments on commit 2f39c9c

Please sign in to comment.