-
Notifications
You must be signed in to change notification settings - Fork 25
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
Adapt RubyGems publish action to path changes #413
Conversation
…1613af Closes opensearch-project#410 Signed-off-by: Earlopain <[email protected]>
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.
Need version bumping in the build.gradle on patch version.
cc: @gaiksaya
Thanks.
Hi @Earlopain |
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.
I can take care of bumping the version. Merging this PR for now.
Signed-off-by: Earlopain <[email protected]> (cherry picked from commit 172c3dd) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Thanks for taking care of the bumping! I thought a bot would do that. |
Description
In opensearch-project/opensearch-build@01613af the docker user got changed. As such the users home folder location got changed as well, which didn't get reflected in the rubygems publish action.
This can be seen in the latest publish attempt of
opensearch-ruby
: https://build.ci.opensearch.org/blue/organizations/jenkins/opensearch-ruby-gems-release/detail/opensearch-ruby-gems-release/31/pipeline/In order for a ruby version to be selected the path to rvm must be updated. This PR does that by simply using
~
, unblocking a new release ofopensearch-ruby
.Old output:
New output:
Issues Resolved
Closes #410
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.