mirror of
https://github.com/harness/drone.git
synced 2025-05-07 09:11:36 +08:00
8 lines
120 B
Plaintext
8 lines
120 B
Plaintext
def main(ctx):
|
|
return {
|
|
"kind": "pipeline",
|
|
"name": "default",
|
|
"steps": [
|
|
ctx.input.builds
|
|
]
|
|
} |