From ea3414f833cda15d59e92a8c49c20d8788abe94c Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Thu, 22 Oct 2020 12:17:50 +0200 Subject: [PATCH] duh... param name fix --- .drone.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.star b/.drone.star index 0eac82b5d..6aa18dac5 100644 --- a/.drone.star +++ b/.drone.star @@ -512,7 +512,7 @@ def uiTestPipeline(suiteName, phoenixBranch = 'master', phoenixCommit = '', stor }, } -def accountsUITests(ctx, phoenixBranch, phoenixCommitId, storage = 'owncloud'): +def accountsUITests(ctx, phoenixBranch, phoenixCommit, storage = 'owncloud'): return { 'kind': 'pipeline', 'type': 'docker',