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.
2 parents bd57c18 + 41e976b commit e6a948fCopy full SHA for e6a948f
.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