-
Notifications
You must be signed in to change notification settings - Fork 122
chore: Automate staging and production release using CodeBuild as well #244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
14a8b4b
chore: Add commands to actually release to staging
robin-aws ab570ef
JAVA_HOME needs to be a JDK, not a JRE
robin-aws cae3249
Fast tests only
robin-aws 5d26b57
Avoid relying on ~ expansion
robin-aws 4ff3374
Try explicit install of gpg
robin-aws 9583269
No sudo
robin-aws 56859a6
Try without JAVA_HOME on 4.0 image
robin-aws 7579a7c
Fix runtime
robin-aws ed9278f
Another attempt to fix gpg
robin-aws 4c3344a
Yes! Yes! Yes!
robin-aws 3440f3d
Maybe?
robin-aws 0109672
Perhaps?
robin-aws 26a8dd1
Revert for now
robin-aws 52c8a30
Aha! (?)
robin-aws 2918863
—homedir?
robin-aws 0b9dc71
Move GPG key material under $HOME
robin-aws bf4fefe
Try again
robin-aws 08dd07f
Missing argument
robin-aws 520b079
Add missing role
robin-aws fdbee84
Hook up settings file
robin-aws a6773e5
Add prod release command too, clean up env
robin-aws 73c1d56
Fix profile
robin-aws 69812c4
Missing <server> definition
robin-aws e68f8f8
Typo
robin-aws File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For posterity, per offline discussion: since the validation in these release steps is testing against all supported versions of Java (8 and 11, corretto and openjdk), bumping to 11 for the actual building of artifacts is a reasonable update.