.
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):
|
def main(ctx):
|
||||||
return steps()
|
return steps()
|
||||||
|
|
|
@ -7,7 +7,7 @@ def steps():
|
||||||
"name": "build",
|
"name": "build",
|
||||||
"image": "alpine",
|
"image": "alpine",
|
||||||
"commands": [
|
"commands": [
|
||||||
"echo hello world",
|
"echo hello 'star lark'",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
Reference in New Issue