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

Fix Ruby version command #97

Merged
merged 1 commit into from
Apr 20, 2023
Merged

Conversation

ofalvai
Copy link
Contributor

@ofalvai ofalvai commented Apr 20, 2023

Checklist

  • I've read and followed the Contribution Guidelines
  • step.yml and README.md is updated with the changes (if needed)

Version

Requires a MAJOR/MINOR/PATCH version update

Context

Ruby version reporting got broken in the last commit of #95:

Determine desired Fastlane version
Gem lockfile does not exist
Failed to check active Ruby version: executing command failed (ruby "--version"): exec: Stdout already set
Output:

Changes

Fix the command execution params. We don't need to set the stdout, it's enough to set the workdir.

Investigation details

Decisions

@ofalvai ofalvai marked this pull request as ready for review April 20, 2023 12:32
@ofalvai ofalvai merged commit 8f61f08 into master Apr 20, 2023
@ofalvai ofalvai deleted the ofalvai/fix-ruby-version-command branch April 20, 2023 13:50
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