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

Implement detection and usage of Gemfile #10

Closed
maierj opened this issue Oct 10, 2019 · 3 comments · Fixed by #12
Closed

Implement detection and usage of Gemfile #10

maierj opened this issue Oct 10, 2019 · 3 comments · Fixed by #12
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@maierj
Copy link
Owner

maierj commented Oct 10, 2019

The fastlane command should be executed with bundler exec fastlane if a Gemfile is present that lists fastlane as a dependency.

@maierj maierj added the enhancement New feature or request label Oct 10, 2019
@maierj maierj self-assigned this Oct 10, 2019
@maierj maierj added this to the 1.0.0 milestone Oct 10, 2019
@amouly
Copy link

amouly commented Oct 11, 2019

How this action has to be executed? There is any pre-condition?

I tried to install Fastlane, but I'm getting this error:

Run sudo gem install fastlane -NV
gem: command not found

Apparently the Action is not installing the actual Fastlane tool right? I need to install it on other step? Do you have an example?

Thanks.

@maierj maierj mentioned this issue Oct 19, 2019
@maierj
Copy link
Owner Author

maierj commented Oct 19, 2019

On macOS machines, fastlane comes preinstalled. There is no need for any installation step prior to a fastlane step. You can refer to the test repository for an example: https://github.com/maierj/fastlane-action-test
Currently there is the limitation that the action only works on macOS agents.

@maierj
Copy link
Owner Author

maierj commented Oct 19, 2019

@amouly Update: Starting with version 0.10.0, the action now also supports ubuntu virtual environments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants