.
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Giles Bradshaw 2020-04-26 09:22:49 +01:00
parent 4ab5f3a486
commit fb31dd290b
1 changed files with 2 additions and 3 deletions

View File

@ -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 [