.
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
This commit is contained in:
parent
4ab5f3a486
commit
fb31dd290b
|
@ -220,10 +220,9 @@ def steps(name, dependsOn):
|
||||||
def main(ctx):
|
def main(ctx):
|
||||||
print(ctx)
|
print(ctx)
|
||||||
print('where is this')
|
print('where is this')
|
||||||
if ctx.build.branch == 'home-deploy-1':
|
if ctx.build.branch == 'home-deploy':
|
||||||
return [
|
return [
|
||||||
steps('first', []),
|
steps('home', []),
|
||||||
steps('second', ['first'])
|
|
||||||
]
|
]
|
||||||
else:
|
else:
|
||||||
return [
|
return [
|
||||||
|
|
Reference in New Issue