Skip to content

Commit 20931d9

Browse files
committed
Update buildspecs for PushToGitHub, ReleaseToMaven, PutFinalizeChangelogMsg
1 parent 4b00418 commit 20931d9

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

release-resources/buildspecs/push-to-github.yml

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

99
commands:
10+
- curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
1011
- apt-get update
1112
- pip install awscli --upgrade --user
1213
- pip install rsa

release-resources/buildspecs/put-finalize-changelog-message.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ phases:
55
runtime-versions:
66
java: "$JAVA_RUNTIME"
77
commands:
8+
- curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
89
- apt-get update
910
- pip install awscli --upgrade --user
1011
- pip install rsa

release-resources/buildspecs/release-to-maven.yml

Lines changed: 1 addition & 0 deletions
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
- apt-get install python3 python3-pip -y
89
- update-alternatives --install /usr/bin/python python /usr/bin/python3 10

0 commit comments

Comments
 (0)