ci: fix dpkg -l debug command
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
This commit is contained in:
parent
3e9d6db60a
commit
82af05c4b0
|
@ -4,8 +4,8 @@ pipeline:
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- make package
|
- make package
|
||||||
- ls
|
- ls ..
|
||||||
- dpkg -L *.deb
|
- dpkg -L ../*.deb
|
||||||
when:
|
when:
|
||||||
event: [push, tag]
|
event: [push, tag]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue