We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8af5693 commit 4b00418Copy full SHA for 4b00418
release-resources/buildspecs/jdk7-build.yml
@@ -3,6 +3,7 @@ version: 0.2
3
phases:
4
install:
5
commands:
6
+ - curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
7
- apt-get update
8
- pip install awscli==1.19.34 --upgrade --user
9
- java -version
0 commit comments