Skip to content

Commit

Permalink
Azure: retry failed awscli installs
Browse files Browse the repository at this point in the history
Fixes #61604
  • Loading branch information
wesleywiser committed Jun 10, 2019
1 parent 400b409 commit 41e976b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .azure-pipelines/steps/run.yml
Expand Up @@ -74,8 +74,9 @@ steps:
# images, etc.
- bash: |
set -e
source src/ci/shared.sh
sudo apt-get install -y python3-setuptools
pip3 install awscli --upgrade --user
retry pip3 install awscli --upgrade --user
echo "##vso[task.prependpath]$HOME/.local/bin"
displayName: Install awscli (Linux)
condition: and(succeeded(), eq(variables['Agent.OS'], 'Linux'))
Expand Down

0 comments on commit 41e976b

Please sign in to comment.