Add missing upload_targets field

X-DeepSpeech: NOBUILD
This commit is contained in:
Alexandre Lissy 2018-12-11 14:26:17 +01:00
parent a4904bd195
commit c887010a77
4 changed files with 4 additions and 3 deletions

View File

@ -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"

View File

@ -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: []

View File

@ -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: []

View File

@ -26,6 +26,7 @@ then:
{ $eval: build.routes }
payload:
upload_targets: { $eval: build.upload_targets }
artifacts_deps:
python:
$map: { $eval: build.artifacts_deps.python }