whats happening
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-04-21 16:16:12 +02:00
parent 3ced13f704
commit 6639d8d0c2
4 changed files with 1 additions and 1 deletions

View File

@@ -35,7 +35,7 @@ local build(dir, package) = {
{ {
name: 'git log', name: 'git log',
image: 'cr.wks/debian-stable', image: 'cr.wks/debian-stable',
commands: [ 'git diff-tree --no-commit-id --name-only HEAD -r' ] commands: [ 'bin/find_changes.sh' ]
}, },
# [ # [
# build('_CI-CD', app) # build('_CI-CD', app)

View File