Add dpkg -L to CI pipeline
This commit is contained in:
		@@ -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]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user