Removing dependency with earlyfail for purge
This commit is contained in:
+1
-1
@@ -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),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user