.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
7a4db5e924
commit
68a030567d
|
@ -220,8 +220,11 @@ def steps(name, dependsOn):
|
|||
def main(ctx):
|
||||
print(ctx)
|
||||
print('where is this')
|
||||
if ctx.build.branch == 'home-deploy-1':
|
||||
return [
|
||||
steps('first', []),
|
||||
steps('second', ['first'])
|
||||
]
|
||||
else:
|
||||
return []
|
||||
|
Reference in New Issue