Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
Publishes org.mozilla.fenix.nightly releases on internal track
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitchell Hentges committed Jul 1, 2019
1 parent 727098c commit 0bebd60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions automation/taskcluster/decision_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ def release(channel, is_staging, version_name):
signing_task_id,
apks=apk_paths,
channel=channel,
# TODO until org.mozilla.fenix.nightly is made public, put it on the internally-testable track
override_google_play_track=None if channel != "nightly" else "internal",
is_staging=is_staging,
)

Expand Down

0 comments on commit 0bebd60

Please sign in to comment.