Skip to content

Commit

Permalink
For mozilla-mobile#1488 - add telemetry bool to project automation
Browse files Browse the repository at this point in the history
  • Loading branch information
ekager committed Apr 9, 2019
1 parent 2e50d1f commit 88205d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automation/taskcluster/lib/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def craft_assemble_release_task(self, architectures, is_staging=False):
)

gradle_commands = (
'./gradlew --no-daemon -PcrashReports=true clean test assembleRelease',
'./gradlew --no-daemon -PcrashReports=true -Ptelemetry=true clean test assembleRelease',
)

command = ' && '.join(
Expand Down

0 comments on commit 88205d3

Please sign in to comment.