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

This commit is contained in:
Giles Bradshaw 2020-04-24 11:32:31 +01:00
父节点 c07c78f4ce
当前提交 68f640f892
共有 1 个文件被更改,包括 1 次插入1 次删除

查看文件

@ -40,6 +40,7 @@ def steps(name):
"disable": True,
},
"steps": [
printenv(),
{
"name": "build",
"image": "alpine",
@ -52,7 +53,6 @@ def steps(name):
def main(ctx):
return [
printenv(),
steps('first'),
steps('second'),
]