Skip to content

Commit

Permalink
Merge pull request #2914 from aws/hdavidh/update-yarn-gpg-key-jdk7-bu…
Browse files Browse the repository at this point in the history
…ildspec

Update JDK7 buildspecs with update yarn gpg key command
  • Loading branch information
davidh44 authored Jan 25, 2023
2 parents fbd6953 + 20931d9 commit a9f4c06
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions release-resources/buildspecs/jdk7-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ version: 0.2
phases:
install:
commands:
- curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
- apt-get update
- pip install awscli==1.19.34 --upgrade --user
- java -version
Expand Down
1 change: 1 addition & 0 deletions release-resources/buildspecs/push-to-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ phases:
java: "$JAVA_RUNTIME"

commands:
- curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
- apt-get update
- pip install awscli --upgrade --user
- pip install rsa
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ phases:
runtime-versions:
java: "$JAVA_RUNTIME"
commands:
- curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
- apt-get update
- pip install awscli --upgrade --user
- pip install rsa
Expand Down
1 change: 1 addition & 0 deletions release-resources/buildspecs/release-to-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ version: 0.2
phases:
install:
commands:
- curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
- apt-get update
- apt-get install python3 python3-pip -y
- update-alternatives --install /usr/bin/python python /usr/bin/python3 10
Expand Down

0 comments on commit a9f4c06

Please sign in to comment.