Skip to content

Commit

Permalink
We are seeing the apt-get install azure-cli taking 13 minutes+
Browse files Browse the repository at this point in the history
As we are running with -qq no log output is rendered and thus causes the build to exit in CircleCI
  • Loading branch information
karlparry committed Jul 22, 2022
1 parent c323d4b commit eea6e4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: >
steps:
- run:
name: Install Azure CLI, if not available
no_output_timeout: 20m
command: |
# Verify the CLI isn't already installed
# Use which instead of command -v for wider coverage of envs
Expand Down

0 comments on commit eea6e4f

Please sign in to comment.