From c887010a7781b7c1745c0dab781dd0cbfa3d25fa Mon Sep 17 00:00:00 2001 From: Alexandre Lissy Date: Tue, 11 Dec 2018 14:26:17 +0100 Subject: [PATCH] Add missing upload_targets field X-DeepSpeech: NOBUILD --- taskcluster/scriptworker-task-github.yml | 2 +- taskcluster/scriptworker-task-npm.yml | 2 +- taskcluster/scriptworker-task-pypi.yml | 2 +- taskcluster/simple-task.tyml | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/taskcluster/scriptworker-task-github.yml b/taskcluster/scriptworker-task-github.yml index bea123bf..064caeb4 100644 --- a/taskcluster/scriptworker-task-github.yml +++ b/taskcluster/scriptworker-task-github.yml @@ -15,7 +15,7 @@ build: - "notify.irc-channel.${notifications.irc}.on-exception" - "notify.irc-channel.${notifications.irc}.on-failed" upload_targets: - - "github" + - "github" artifacts_deps: python: - "darwin-amd64-cpu-opt" diff --git a/taskcluster/scriptworker-task-npm.yml b/taskcluster/scriptworker-task-npm.yml index 3e704725..7eb8d652 100644 --- a/taskcluster/scriptworker-task-npm.yml +++ b/taskcluster/scriptworker-task-npm.yml @@ -11,7 +11,7 @@ build: - "notify.irc-channel.${notifications.irc}.on-exception" - "notify.irc-channel.${notifications.irc}.on-failed" upload_targets: - - "npm" + - "npm" artifacts_deps: python: [] cpp: [] diff --git a/taskcluster/scriptworker-task-pypi.yml b/taskcluster/scriptworker-task-pypi.yml index 07d5d1ae..45709613 100644 --- a/taskcluster/scriptworker-task-pypi.yml +++ b/taskcluster/scriptworker-task-pypi.yml @@ -14,7 +14,7 @@ build: - "notify.irc-channel.${notifications.irc}.on-exception" - "notify.irc-channel.${notifications.irc}.on-failed" upload_targets: - - "pypi" + - "pypi" artifacts_deps: javascript: [] cpp: [] diff --git a/taskcluster/simple-task.tyml b/taskcluster/simple-task.tyml index 86cd4052..574e4f89 100644 --- a/taskcluster/simple-task.tyml +++ b/taskcluster/simple-task.tyml @@ -26,6 +26,7 @@ then: { $eval: build.routes } payload: + upload_targets: { $eval: build.upload_targets } artifacts_deps: python: $map: { $eval: build.artifacts_deps.python }