Merge pull request #1779 from lissyx/fix-multi-upload
Add missing upload_targets field
This commit is contained in:
commit
da135ca3f9
|
@ -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 }
|
||||||
|
|
Loading…
Reference in New Issue