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

This commit is contained in:
2023-12-19 13:45:17 +01:00
parent 01208f9413
commit 2e76ec3da9

View File

@@ -17,6 +17,7 @@ local build(dir, package) = {
}
};
[
{
kind: 'pipeline',
type: 'docker',
name: '_CI-CD',
@@ -33,9 +34,9 @@ std.flattenArrays([ [
]
])
}],
}]},
{
kind: 'pipeline',
type: 'docker',
name: 'apps',
@@ -52,5 +53,5 @@ std.flattenArrays([ [
]
])
}];
}]},
]