no loops for now
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2023-12-15 17:39:47 +01:00
parent 64196d7209
commit eca7f86f4f

View File

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