.
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, "disable": True,
}, },
"steps": [ "steps": [
printenv(),
{ {
"name": "build", "name": "build",
"image": "alpine", "image": "alpine",
@ -52,7 +53,6 @@ def steps(name):
def main(ctx): def main(ctx):
return [ return [
printenv(),
steps('first'), steps('first'),
steps('second'), steps('second'),
] ]