We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 400b409 commit 41e976bCopy full SHA for 41e976b
.azure-pipelines/steps/run.yml
@@ -74,8 +74,9 @@ steps:
74
# images, etc.
75
- bash: |
76
set -e
77
+ source src/ci/shared.sh
78
sudo apt-get install -y python3-setuptools
- pip3 install awscli --upgrade --user
79
+ retry pip3 install awscli --upgrade --user
80
echo "##vso[task.prependpath]$HOME/.local/bin"
81
displayName: Install awscli (Linux)
82
condition: and(succeeded(), eq(variables['Agent.OS'], 'Linux'))
0 commit comments