Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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