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

This commit is contained in:
2023-12-13 18:55:09 +01:00
parent 2604d026e4
commit 065ff0a85d

View File

@@ -19,7 +19,5 @@ local build(dir, package) = {
};
[
std.flattenArrays([
build(dirs[0],pkg) for pkg in packages,
]);
build(dirs[0],pkg) for pkg in packages;
]