Skip to content

Commit f26b65e

Browse files
committed
Pin CLI version in buildspecs
1 parent f501b7b commit f26b65e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildspecs/release-javadoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ phases:
66
java: "$JAVA_RUNTIME"
77

88
commands:
9-
- pip install awscli --upgrade --user
9+
- pip install awscli==1.19.34 --upgrade --user
1010

1111
pre_build:
1212
commands:

buildspecs/release-to-maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ phases:
77
- apt-get install python3 python3-pip -y
88
- update-alternatives --install /usr/bin/python python /usr/bin/python3 10
99
- update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 10
10-
- pip install awscli --upgrade --user
10+
- pip install awscli==1.19.34 --upgrade --user
1111
- pip install rsa
1212
- pip install typing
1313

0 commit comments

Comments
 (0)