We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33aa535 commit bb8f5d1Copy full SHA for bb8f5d1
release-resources/buildspecs/generate-java-docs.yml
@@ -6,6 +6,7 @@ phases:
6
runtime-versions:
7
java: "$JAVA_RUNTIME"
8
commands:
9
+ - curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
10
- apt-get update
11
- pip install awscli --upgrade --user
12
- pip install rsa
0 commit comments