Skip to content

Commit

Permalink
Update buildspecs for PushToGitHub, ReleaseToMaven, PutFinalizeChange…
Browse files Browse the repository at this point in the history
…logMsg
  • Loading branch information
davidh44 committed Jan 25, 2023
1 parent 4b00418 commit 20931d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
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 20931d9

Please sign in to comment.