Skip to content

Commit 38a5843

Browse files
fix(ci): suppress fastlane telemetry warning
Add FASTLANE_OPT_OUT_USAGE=1 environment variable to CI workflow. While opt_out_usage exists in Fastfile (line 1), the warning appears before fastlane fully parses the file. The environment variable ensures telemetry is disabled from the start. Related: fastlane metrics opt-out
1 parent 10f8557 commit 38a5843

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-ios-app.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ jobs:
9898
- name: Build and upload to TestFlight
9999
run: task ios:testflight
100100
env:
101+
FASTLANE_OPT_OUT_USAGE: 1
101102
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
102103
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
103104
AWS_ENDPOINT_URL: ${{ secrets.AWS_ENDPOINT_URL }}

0 commit comments

Comments
 (0)