Merge pull request #1779 from lissyx/fix-multi-upload

Add missing upload_targets field
This commit is contained in:
lissyx 2018-12-11 08:38:54 -05:00 committed by GitHub
commit da135ca3f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 3 deletions

View File

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