harness-drone/plugin/converter/testdata/starlark.input-nested.star
Eoin McAfee 1ebfe95277
Add support for nested data objects within templates (#3110)
* Add support for nested data objects within templates
2021-08-02 17:23:02 +01:00

8 lines
No EOL
120 B
Text

def main(ctx):
return {
"kind": "pipeline",
"name": "default",
"steps": [
ctx.input.builds
]
}