Skip to content

Commit

Permalink
make notify pipeline dependent on build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
saw-jan committed Oct 13, 2022
1 parent 83d136c commit 6cd66e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ def stagePipelines(ctx):
return unit_test_pipelines + pipelinesDependsOn(e2e_pipelines + acceptance_pipelines, unit_test_pipelines)

def afterPipelines(ctx):
return build(ctx) + notify()
return build(ctx) + pipelinesDependsOn(notify(), build(ctx))

def yarnCache(ctx):
return [{
Expand Down

0 comments on commit 6cd66e9

Please sign in to comment.