Skip to content
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

Ensure the local code is loaded in exe/floe #173

Merged
merged 1 commit into from
Apr 12, 2024

Conversation

Fryguy
Copy link
Member

@Fryguy Fryguy commented Apr 12, 2024

This fixes an issue where if exe/floe is run without bundle exec it will pull in the version of floe installed on the system instead of the local adjacent code.

Incidentally, now you no longer are forced to run it with bundle exec, however, you may still want to as it ensures dependency gem versions.

This fixes an issue where if exe/floe is run without bundle exec it will
pull in the version of floe installed on the system instead of the
local adjacent code.
@Fryguy Fryguy added the bug Something isn't working label Apr 12, 2024
@Fryguy Fryguy requested a review from agrare as a code owner April 12, 2024 15:29
@agrare agrare merged commit 553d46c into ManageIQ:master Apr 12, 2024
5 checks passed
agrare added a commit that referenced this pull request May 2, 2024
Fixed
- Ensure the local code is loaded in exe/floe (#173)
- Fix issues with exe/floe and various combinations of workflow and input (#174)

Added
- Add support for pluggable schemes (#169)

Changed
- Collapse some namespaces (#171)
- Pass workflow context into runner#run_async! (#177)
@Fryguy Fryguy deleted the exe_floe_without_bundle_exec branch May 20, 2024 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants