This commit is contained in:
@@ -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
|
||||
# ]
|
||||
],
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user