.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
ee0837002b
commit
b3f2f749e0
30
.drone.star
30
.drone.star
|
@ -1,18 +1,18 @@
|
||||||
load("@this//:steps.star", "steps")
|
# load("@this//:steps.star", "steps")
|
||||||
|
|
||||||
def main(ctx):
|
def main(ctx):
|
||||||
return steps()
|
# return steps()
|
||||||
|
|
||||||
#return {
|
return {
|
||||||
# "kind": "pipeline",
|
"kind": "pipeline",
|
||||||
# "name": "build",
|
"name": "build",
|
||||||
# "steps": [
|
"steps": [
|
||||||
# {
|
{
|
||||||
# "name": "build",
|
"name": "build",
|
||||||
# "image": "alpine",
|
"image": "alpine",
|
||||||
# "commands": [
|
"commands": [
|
||||||
# "echo hello world",
|
"echo hello world",
|
||||||
# ],
|
],
|
||||||
# },
|
},
|
||||||
# ],
|
],
|
||||||
#}
|
}
|
Reference in New Issue