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

This commit is contained in:
2023-12-15 17:33:00 +01:00
parent 065ff0a85d
commit 64196d7209

View File

@@ -19,5 +19,5 @@ local build(dir, package) = {
};
[
build(dirs[0],pkg) for pkg in packages;
build('_CI-CD',pkg) for pkg in packages;
]