From 154d289a704af3d28aaadfca1e08d22f7cf032b1 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Thu, 7 Apr 2022 16:43:25 +0200 Subject: [PATCH] fix variable overwrite --- .drone.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.star b/.drone.star index 1b928f569..b80d3281f 100644 --- a/.drone.star +++ b/.drone.star @@ -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"),