as steps 2
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2023-12-19 13:46:05 +01:00
parent 2e76ec3da9
commit a2143bfc0a

View File

@@ -27,11 +27,10 @@ platform: {
}, },
steps: [ { steps: [ {
std.flattenArrays([ [ std.flattenArrays([
build('_CI-CD', pkg) build('_CI-CD', pkg)
for pkg in packages for pkg in packages
]
]) ])
}]}, }]},
@@ -46,11 +45,9 @@ platform: {
}, },
steps: [ { steps: [ {
std.flattenArrays([ [ std.flattenArrays([
build('apps', app) build('apps', app)
for app in apps for app in apps
]
]) ])
}]}, }]},