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

[NT-570] Update Fastlane, fix command in circle config #948

Merged
merged 3 commits into from
Nov 14, 2019

Conversation

justinswart
Copy link
Contributor

📲 What

Updates Fastlane and its plugins to suppress some gem security warnings on our repo. Also renames the command itunes_match_gym_deliver_appcenter -> itunes_match_gym_deliver in .circleci/config.yml so that it matches what we have in our Fastfile.

🤔 Why

Our app store builds were failing due to the command name being incorrect.

🛠 How

  • bundle update fastlane
  • bundle exec fastlane update_plugins
  • Rename command.

👀 See

CircleCI error:

image

✅ Acceptance criteria

  • Renamed command matches that in the Fastfile and we're able to submit builds to the app store via make deploy.
  • Fastlane jobs run as before.

@justinswart
Copy link
Contributor Author

Just noticed this is currently failing on Circle because of the ruby version:

image

@justinswart justinswart merged commit 2c0da1f into master Nov 14, 2019
@justinswart justinswart deleted the update-fastlane branch November 14, 2019 16:29
justinswart added a commit that referenced this pull request Nov 19, 2019
* Update fastlane, rename command

* Add .ruby-version file

* Fix version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants