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

View File

@@ -240,7 +240,7 @@ def main(ctx):
test_pipelines.append(
pipelineDependsOn(
purgeBuildArtifactCache(ctx),
failEarly(ctx, True) + testPipelines(ctx),
testPipelines(ctx),
),
)