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