Skip to content

Commit

Permalink
Rollup merge of rust-lang#61707 - wesleywiser:awscli_retry, r=alexcri…
Browse files Browse the repository at this point in the history
…chton

Azure: retry failed awscli installs

Fixes rust-lang#61604

r? @pietroalbini
  • Loading branch information
Centril authored Jun 11, 2019
2 parents 4f6aa0d + 41e976b commit a845141
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .azure-pipelines/steps/run.yml
Original file line number Diff line number Diff line change
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 a845141

Please sign in to comment.