From 5076a8124c036a9b277227406d289a113cf8e16d Mon Sep 17 00:00:00 2001 From: "Ben Hearsum (he/him)" Date: Mon, 14 Jun 2021 10:21:25 -0400 Subject: [PATCH] [fenix] Fix typo in mozillaonline build option (https://github.com/mozilla-mobile/fenix/pull/20006) --- taskcluster/ci/build/kind.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/taskcluster/ci/build/kind.yml b/taskcluster/ci/build/kind.yml index 1325b6099..6e7ed7d47 100644 --- a/taskcluster/ci/build/kind.yml +++ b/taskcluster/ci/build/kind.yml @@ -133,7 +133,7 @@ jobs: run: gradle-build-type: androidTest gradle-extra-options: - - -Pmozillaonline + - -PmozillaOnline test-build-type: beta run-on-tasks-for: [github-push] # We want this on push so that we detect problem before triggering a new beta treeherder: @@ -183,7 +183,7 @@ jobs: run: gradle-build-type: beta gradle-extra-options: - - -Pmozillaonline + - -PmozillaOnline treeherder: symbol: beta(Bmo) @@ -209,6 +209,6 @@ jobs: run: gradle-build-type: release gradle-extra-options: - - -Pmozillaonline + - -PmozillaOnline treeherder: symbol: release(Bmo)