This commit is contained in:
@@ -23,6 +23,23 @@ local build(dir, package) = {
|
||||
},
|
||||
};
|
||||
[
|
||||
{
|
||||
kind: 'pipeline',
|
||||
type: 'docker',
|
||||
name: 'git log',
|
||||
platform: {
|
||||
os: 'linux',
|
||||
arch: 'arm64',
|
||||
},
|
||||
steps: [
|
||||
{
|
||||
name: 'git log',
|
||||
image: 'cr.wks/debian-stable',
|
||||
commands: [ 'git diff-tree --no-commit-id --name-only HEAD -r' ]
|
||||
}
|
||||
],
|
||||
},
|
||||
|
||||
{
|
||||
kind: 'pipeline',
|
||||
type: 'docker',
|
||||
|
||||
Reference in New Issue
Block a user