def steps(ctx): return { "kind": "pipeline", "name": "build", "steps": [ { "name": "build", "image": "alpine", "commands": [ "echo hello world", ], }, ], }