mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-04 19:29:49 -06:00
Merge pull request #3486 from owncloud/fix-drone
[tests-only] fix variable overwrite
This commit is contained in:
@@ -269,7 +269,7 @@ def testPipelines(ctx):
|
||||
if "skip" not in config["cs3ApiTests"] or not config["cs3ApiTests"]["skip"]:
|
||||
pipelines += [cs3ApiTests(ctx, "ocis", "default")]
|
||||
if "skip" not in config["localApiTests"] or not config["localApiTests"]["skip"]:
|
||||
pipelines = [
|
||||
pipelines += [
|
||||
localApiTests(ctx, "ocis", "apiAccountsHashDifficulty"),
|
||||
localApiTests(ctx, "ocis", "apiSpaces"),
|
||||
localApiTests(ctx, "ocis", "apiArchiver"),
|
||||
|
||||
Reference in New Issue
Block a user