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