1
0
mirror of https://github.com/drone/drone-cli.git synced 2026-01-26 12:58:01 +01:00
drone-cli/drone/starlark/samples/docker.py

8 lines
130 B
Python
Raw Normal View History

2019-02-20 06:53:15 +01:00
def docker(repo):
return {
'name': 'docker',
'image': 'plugins/docker',
'settings': {
'repo': repo,
},
}