.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
c07c78f4ce
commit
68f640f892
|
@ -40,6 +40,7 @@ def steps(name):
|
||||||
"disable": True,
|
"disable": True,
|
||||||
},
|
},
|
||||||
"steps": [
|
"steps": [
|
||||||
|
printenv(),
|
||||||
{
|
{
|
||||||
"name": "build",
|
"name": "build",
|
||||||
"image": "alpine",
|
"image": "alpine",
|
||||||
|
@ -52,7 +53,6 @@ def steps(name):
|
||||||
|
|
||||||
def main(ctx):
|
def main(ctx):
|
||||||
return [
|
return [
|
||||||
printenv(),
|
|
||||||
steps('first'),
|
steps('first'),
|
||||||
steps('second'),
|
steps('second'),
|
||||||
]
|
]
|
||||||
|
|
Reference in New Issue