mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-31 09:20:15 -06:00
Removing dependency with earlyfail for purge
This commit is contained in:
@@ -240,7 +240,7 @@ def main(ctx):
|
||||
test_pipelines.append(
|
||||
pipelineDependsOn(
|
||||
purgeBuildArtifactCache(ctx),
|
||||
failEarly(ctx, True) + testPipelines(ctx),
|
||||
testPipelines(ctx),
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user