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 f501b7b commit f26b65eCopy full SHA for f26b65e
buildspecs/release-javadoc.yml
@@ -6,7 +6,7 @@ phases:
6
java: "$JAVA_RUNTIME"
7
8
commands:
9
- - pip install awscli --upgrade --user
+ - pip install awscli==1.19.34 --upgrade --user
10
11
pre_build:
12
buildspecs/release-to-maven.yml
@@ -7,7 +7,7 @@ phases:
- apt-get install python3 python3-pip -y
- update-alternatives --install /usr/bin/python python /usr/bin/python3 10
- update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 10
- pip install rsa
- pip install typing
13
0 commit comments