Skip to content

Commit

Permalink
Merge pull request #1779 from lissyx/fix-multi-upload
Browse files Browse the repository at this point in the history
Add missing upload_targets field
  • Loading branch information
lissyx authored Dec 11, 2018
2 parents a4904bd + c887010 commit da135ca
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion taskcluster/scriptworker-task-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion taskcluster/scriptworker-task-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand Down
2 changes: 1 addition & 1 deletion taskcluster/scriptworker-task-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand Down
1 change: 1 addition & 0 deletions taskcluster/simple-task.tyml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ then:
{ $eval: build.routes }

payload:
upload_targets: { $eval: build.upload_targets }
artifacts_deps:
python:
$map: { $eval: build.artifacts_deps.python }
Expand Down

0 comments on commit da135ca

Please sign in to comment.