mirror of
https://github.com/harness/drone.git
synced 2025-05-21 11:29:52 +08:00
6 lines
99 B
Plaintext
6 lines
99 B
Plaintext
def main(ctx):
|
|
return [{
|
|
'kind': 'pipeline',
|
|
'type': 'docker',
|
|
'name': 'default'
|
|
}] |