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

Install fastlane gem using --no-document #361

Closed
r72-engineering opened this issue Apr 30, 2024 · 1 comment · Fixed by #362
Closed

Install fastlane gem using --no-document #361

r72-engineering opened this issue Apr 30, 2024 · 1 comment · Fixed by #362

Comments

@r72-engineering
Copy link
Contributor

Note

Issues in this repo are for tracking bugs, feature requests and questions for the tasks in this repo

For a list:
https://github.com/microsoft/app-store-vsts-extension/tree/master/Tasks

If you have an issue or request for the Azure Pipelines service, use developer community instead:

https://developercommunity.visualstudio.com/spaces/21/index.html )

Required Information

Entering this information will route you directly to the right team and expedite traction.

Question, Bug, or Feature?
Type: Feature

Enter Task Name: AppStorePromote, AppStoreRelease, IpaResign

Environment

  • Server - Azure Pipelines or TFS on-premises?

Azure Pipelines

  • Agent - Hosted or Private:

Hosted

Issue Description

All three tasks in this extension install fastlane using gem defaults. This results in 21 wasted seconds per execution due to useless RI documentation.

Please use --no-documentation to make our pipelines run faster.

Task logs

==============================================================================
Task : Apple App Store Release
Description : Release an app to TestFlight or the Apple App Store
Version : 1.234.0
Author : Microsoft Corporation
Help : More Information

/usr/local/opt/[email protected]/bin/gem install fastlane
Successfully installed fastlane-2.220.0
Parsing documentation for fastlane-2.220.0
Installing ri documentation for fastlane-2.220.0
Done installing documentation for fastlane after 21 seconds
1 gem installed

Troubleshooting

Checkout how to troubleshoot failures and collect debug logs: https://docs.microsoft.com/en-us/vsts/build-release/actions/troubleshooting

Error logs

[Insert error from the logs here for a quick overview]

r72-engineering added a commit to r72-engineering/app-store-vsts-extension that referenced this issue Apr 30, 2024
Save 21 seconds per pipeline run.
- Added `--no-document` to fastlane install in task IpaResign.
- Added `--no-document` to fastlane install in task AppStorePromote.
- Added `--no-document` to fastlane install in task AppStoreRelease.
@ivanduplenskikh
Copy link
Contributor

Hi @r72-engineering thanks for contribution! Let us take a look.

@ivanduplenskikh ivanduplenskikh linked a pull request May 8, 2024 that will close this issue
2 tasks
ivanduplenskikh pushed a commit that referenced this issue May 16, 2024
Save 21 seconds per pipeline run.
- Added `--no-document` to fastlane install in task IpaResign.
- Added `--no-document` to fastlane install in task AppStorePromote.
- Added `--no-document` to fastlane install in task AppStoreRelease.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants