Skip to content

Commit f058820

Browse files
ci (taskfile): disable fastlane telemetry in taskfile
FASTLANE_OPT_OUT_USAGE=1
1 parent 9bbfd94 commit f058820

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

taskfile.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ shopt: ['globstar']
77

88
dotenv: ['.env']
99

10+
env:
11+
FASTLANE_OPT_OUT_USAGE: 1
12+
1013
dir: "{{.ROOT_DIR}}"
1114

1215
includes:

0 commit comments

Comments
 (0)