Skip to content

Commit e71adb7

Browse files
committed
Taskcluster: schedule-master-build.py: Add missing comma. (mozilla-mobile#2032)
1 parent ef20cf8 commit e71adb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/taskcluster/schedule-master-build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def generate_release_task(uiTestTaskId):
6060
' && python tools/taskcluster/sign-preview-builds.py'),
6161
dependencies = [ uiTestTaskId ],
6262
scopes = [
63-
"secrets:get:project/focus/preview-key-store"
63+
"secrets:get:project/focus/preview-key-store",
6464
"queue:route:index.project.focus.android.preview-builds"],
6565
routes = [ "index.project.focus.android.preview-builds" ],
6666
artifacts = {

0 commit comments

Comments
 (0)