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

This commit is contained in:
Giles Bradshaw 2020-04-24 09:10:32 +01:00
parent ee0837002b
commit b3f2f749e0
1 changed files with 15 additions and 15 deletions

View File

@ -1,18 +1,18 @@
load("@this//:steps.star", "steps")
# load("@this//:steps.star", "steps")
def main(ctx):
return steps()
# return steps()
#return {
# "kind": "pipeline",
# "name": "build",
# "steps": [
# {
# "name": "build",
# "image": "alpine",
# "commands": [
# "echo hello world",
# ],
# },
# ],
#}
return {
"kind": "pipeline",
"name": "build",
"steps": [
{
"name": "build",
"image": "alpine",
"commands": [
"echo hello world",
],
},
],
}