Add dpkg -L to CI pipeline

This commit is contained in:
Kevin Dorner 2022-09-13 05:04:08 +02:00
parent c912adb647
commit 07d3f19d07
1 changed files with 2 additions and 1 deletions

View File

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