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

This commit is contained in:
Giles Bradshaw 2020-04-24 11:03:53 +01:00
parent 49d10969aa
commit 349b744cfc
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
load("@this//:steps.star", "steps")
load("@this//starlark:steps.star", "steps")
def main(ctx):
return steps()

View File

@ -7,7 +7,7 @@ def steps():
"name": "build",
"image": "alpine",
"commands": [
"echo hello world",
"echo hello 'star lark'",
],
},
],