.
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
11
.drone.star
11
.drone.star
|
@ -220,8 +220,11 @@ def steps(name, dependsOn):
|
||||||
def main(ctx):
|
def main(ctx):
|
||||||
print(ctx)
|
print(ctx)
|
||||||
print('where is this')
|
print('where is this')
|
||||||
return [
|
if ctx.build.branch == 'home-deploy-1':
|
||||||
steps('first', []),
|
return [
|
||||||
steps('second', ['first'])
|
steps('first', []),
|
||||||
]
|
steps('second', ['first'])
|
||||||
|
]
|
||||||
|
else:
|
||||||
|
return []
|
||||||
|
|
Reference in New Issue