Add dpkg -L to CI pipeline
This commit is contained in:
parent
c912adb647
commit
07d3f19d07
|
@ -4,7 +4,8 @@ pipeline:
|
|||
pull: true
|
||||
commands:
|
||||
- make package
|
||||
- ls -laR ..
|
||||
- ls
|
||||
- dpkg -L *.deb
|
||||
when:
|
||||
event: [push, tag]
|
||||
|
||||
|
|
Loading…
Reference in New Issue