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

This commit is contained in:
Giles Bradshaw 2020-04-24 07:41:06 +01:00
parent 183efc7b39
commit 78562bad63
1 changed files with 6 additions and 6 deletions

View File

@ -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",
] ],
} },
] ],
} }