From f16f7db86662fcdbf45b6373257c90c824b0b4b0 Mon Sep 17 00:00:00 2001 From: cbdev Date: Wed, 30 Jun 2021 02:53:23 +0200 Subject: Fix CI test step invocation --- assets/ci-config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/ci-config b/assets/ci-config index 5e8df68..ac94661 100644 --- a/assets/ci-config +++ b/assets/ci-config @@ -60,14 +60,14 @@ builds.Test = { sh label: "Analyze Complexity", script: './assets/ci.sh --target=analyze-complexity' } catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { - sh label: "Analyze Shellscripts", script: './assets/ci.sh--target=analyze-shellscript' + sh label: "Analyze Shellscripts", script: './assets/ci.sh --target=analyze-shellscript' } catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { - sh label: "Code Statistics", script: '../assets/ci.sh --target=stats' + sh label: "Code Statistics", script: './assets/ci.sh --target=stats' } } } } parallel builds -deploy.call() \ No newline at end of file +deploy.call() -- cgit v1.2.3