star
continuous-integration/drone/push Build is passing 详情

This commit is contained in:
Giles Bradshaw 2020-04-24 07:41:06 +01:00
父节点 183efc7b39
当前提交 78562bad63
共有 1 个文件被更改,包括 6 次插入6 次删除

查看文件

@ -4,11 +4,11 @@ def main(ctx):
"name": "build", "name": "build",
"steps": [ "steps": [
{ {
"name": "build" "name": "build",
"image": "alpine" "image": "alpine",
"commands": [ "commands": [
"echo hello world" "echo hello world",
] ],
} },
] ],
} }