diff --git a/.drone.star b/.drone.star index 1cea13b..5735c18 100644 --- a/.drone.star +++ b/.drone.star @@ -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 [