Skip to content

Commit 4b00418

Browse files
committed
Update JDK7 buildspec with update yarn gpg key command
1 parent 8af5693 commit 4b00418

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

release-resources/buildspecs/jdk7-build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ version: 0.2
33
phases:
44
install:
55
commands:
6+
- curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
67
- apt-get update
78
- pip install awscli==1.19.34 --upgrade --user
89
- java -version

0 commit comments

Comments
 (0)