.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
49d10969aa
commit
349b744cfc
|
@ -1,4 +1,4 @@
|
|||
load("@this//:steps.star", "steps")
|
||||
load("@this//starlark:steps.star", "steps")
|
||||
|
||||
def main(ctx):
|
||||
return steps()
|
||||
|
|
|
@ -7,7 +7,7 @@ def steps():
|
|||
"name": "build",
|
||||
"image": "alpine",
|
||||
"commands": [
|
||||
"echo hello world",
|
||||
"echo hello 'star lark'",
|
||||
],
|
||||
},
|
||||
],
|
Reference in New Issue