From a2143bfc0a87dac82db1dcce5531cbf899de738c Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Tue, 19 Dec 2023 13:46:05 +0100 Subject: [PATCH] as steps 2 --- .drone.jsonnet | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index 2f90f8e..59f1fb8 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -27,11 +27,10 @@ platform: { }, steps: [ { -std.flattenArrays([ [ +std.flattenArrays([ build('_CI-CD', pkg) for pkg in packages - ] ]) }]}, @@ -46,11 +45,9 @@ platform: { }, steps: [ { -std.flattenArrays([ [ +std.flattenArrays([ build('apps', app) for app in apps - - ] ]) }]},