.
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):
|
||||
print(ctx)
|
||||
print('where is this')
|
||||
if ctx.build.branch == 'home-deploy-1':
|
||||
if ctx.build.branch == 'home-deploy':
|
||||
return [
|
||||
steps('first', []),
|
||||
steps('second', ['first'])
|
||||
steps('home', []),
|
||||
]
|
||||
else:
|
||||
return [
|
||||
|
|
Reference in New Issue