From 6cd66e9061d49bac4fc7a8385e6b30a07bd985dd Mon Sep 17 00:00:00 2001 From: Saw-jan Date: Thu, 13 Oct 2022 14:59:43 +0545 Subject: [PATCH] make notify pipeline dependent on build pipeline --- .drone.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.star b/.drone.star index 712790f5989..e615438043d 100644 --- a/.drone.star +++ b/.drone.star @@ -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 [{