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