10000 Merge pull request #2914 from aws/hdavidh/update-yarn-gpg-key-jdk7-bu… · aws/aws-sdk-java@a9f4c06 · GitHub
[go: up one dir, main page]

Skip to content

Commit a9f4c06

Browse files
authored
Merge pull request #2914 from aws/hdavidh/update-yarn-gpg-key-jdk7-buildspec
Update JDK7 buildspecs with update yarn gpg key command
2 parents fbd6953 + 20931d9 commit a9f4c06

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

release-resources/buildspecs/jdk7-build.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
- pip install awscli==1.19.34 --upgrade --user
89
- java -version

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)
0