Merge pull request #4398 from owncloud/remove-earlyfail-deps

[full-ci] [tests-only] Removing dependency with earlyfail for purge
This commit is contained in:
Phil Davis
2022-08-17 08:44:56 +05:45
committed by GitHub

View File

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