.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Giles Bradshaw 2020-04-24 11:32:31 +01:00
parent c07c78f4ce
commit 68f640f892
1 changed files with 1 additions and 1 deletions

View File

@ -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'),
]