Removing dependency with earlyfail for purge

This commit is contained in:
Prarup Gurung
2022-08-16 17:01:43 +05:45
parent 386425eafa
commit 2f85d4cffa
+1 -1
View File
@@ -240,7 +240,7 @@ def main(ctx):
test_pipelines.append( test_pipelines.append(
pipelineDependsOn( pipelineDependsOn(
purgeBuildArtifactCache(ctx), purgeBuildArtifactCache(ctx),
failEarly(ctx, True) + testPipelines(ctx), testPipelines(ctx),
), ),
) )