Skip to content

Fix bundle update script#182

Merged
reakaleek merged 1 commit intoelastic:mainfrom
reakaleek:feature/fix-bump-opbeans-ruby
May 9, 2023
Merged

Fix bundle update script#182
reakaleek merged 1 commit intoelastic:mainfrom
reakaleek:feature/fix-bump-opbeans-ruby

Conversation

@reakaleek
Copy link
Copy Markdown
Member

@reakaleek reakaleek commented May 8, 2023

Details

The workflow https://github.com/elastic/opbeans-ruby/actions/runs/4903379466 is failing because the last updatecli target gem is executing the command bundle update elastic-apm d.d.d (where d.d.d is the found version)
and it fails because the version d.d.d does not exist.

disablesourceinput: true should disable appending the version to the command and only execute bundle update elastic-apm

because of the sourceinput it was trying to update the gem "d.d.d" which doesn't exist
@reakaleek reakaleek requested a review from a team May 8, 2023 15:18
@reakaleek reakaleek marked this pull request as ready for review May 8, 2023 15:20
Copy link
Copy Markdown
Member

@v1v v1v left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@reakaleek reakaleek merged commit b02073c into elastic:main May 9, 2023
@reakaleek reakaleek deleted the feature/fix-bump-opbeans-ruby branch May 9, 2023 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants