1
0
Fork 0

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

master
Johan Lorenzo 2020-06-15 15:27:02 +02:00 committed by Sebastian Kaspari
parent f3dd4fc4df
commit 66d8591334
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,