.
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,
|
||||
},
|
||||
"steps": [
|
||||
printenv(),
|
||||
{
|
||||
"name": "build",
|
||||
"image": "alpine",
|
||||
|
@ -52,7 +53,6 @@ def steps(name):
|
|||
|
||||
def main(ctx):
|
||||
return [
|
||||
printenv(),
|
||||
steps('first'),
|
||||
steps('second'),
|
||||
]
|
||||
|
|
Reference in New Issue