bogus change
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-04-21 16:04:49 +02:00
parent 11c3f3174d
commit d55511e84e

View File

@@ -26,7 +26,7 @@ local build(dir, package) = {
{
kind: 'pipeline',
type: 'docker',
name: 'Build Docker Images',
name: 'Build Changes',
platform: {
os: 'linux',
arch: 'arm64',
@@ -37,14 +37,14 @@ local build(dir, package) = {
image: 'cr.wks/debian-stable',
commands: [ 'git diff-tree --no-commit-id --name-only HEAD -r' ]
},
[
build('_CI-CD', app)
for app in packages
],
[
build('apps', app)
for app in apps
]
# [
# build('_CI-CD', app)
# for app in packages
# ],
# [
# build('apps', app)
# for app in apps
# ]
],
},
]