Skip to content

Commit

Permalink
Add workaround for az login issues (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksantamaria authored Nov 12, 2024
1 parent ebbd079 commit 8f5ae99
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions images/awx-ee/execution-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,6 @@ additional_build_steps:
&& echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | tee /etc/apt/sources.list.d/github-cli.list > /dev/null \
&& apt update \
&& DEBIAN_FRONTEND=noninteractive apt install gh -y
# @todo remove this once following issue resolved
# https://github.com/Azure/azure-cli/issues/30102#issuecomment-2427682019
- RUN pip install --force-reinstall -v "azure-mgmt-rdbms==10.2.0b17"

0 comments on commit 8f5ae99

Please sign in to comment.