git log step
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-04-15 17:42:09 +02:00
parent 0da2ea2477
commit 0b93d83014
3 changed files with 18 additions and 24 deletions

View File

@@ -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',