2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-19 09:25:34 +00:00

[fenix] Bug 1608874 - part 3: Let fennec-production upload APKs on Google Play's alpha track

This commit is contained in:
Johan Lorenzo 2020-06-15 15:27:02 +02:00 committed by Sebastian Kaspari
parent 4da11a8aff
commit 5e6561dd47
2 changed files with 2 additions and 5 deletions

View File

@ -25,10 +25,7 @@ job-template:
description: Publish Fenix
worker-type: push-apk
worker:
commit:
by-build-type:
fennec-production: false
default: true
commit: true
channel:
by-build-type:
fennec-beta: fennec-beta

View File

@ -18,7 +18,7 @@ transforms = TransformSequence()
@transforms.add
def resolve_keys(config, tasks):
for task in tasks:
for key in ("worker.channel", "worker.commit", "worker.dep"):
for key in ("worker.channel", "worker.dep"):
resolve_keyed_by(
task,
key,