ci: fix dpkg -l debug command
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Kevin Dorner 2022-09-13 05:10:36 +02:00
parent 3e9d6db60a
commit 82af05c4b0
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ pipeline:
pull: true
commands:
- make package
- ls
- dpkg -L *.deb
- ls ..
- dpkg -L ../*.deb
when:
event: [push, tag]