Skip to content

Commit 9b8af06

Browse files
committed
Manually install AWS CLI
1 parent 751597f commit 9b8af06

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.azure-pipelines/steps/run.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@
77
# Check travis config for `gdb --batch` command to print all crash logs
88

99
steps:
10+
11+
# Ensure the `aws` CLI is installed so we can deploy later on, cache docker
12+
# images, etc.
13+
- bash: |
14+
set -e
15+
pip install setuptools
16+
pip install awscli
17+
displayName: Install awscli
18+
19+
- bash: aws s3 help
20+
- bash: exit 1
1021
- checkout: self
1122
fetchDepth: 2
1223

0 commit comments

Comments
 (0)