This commit is contained in:
		@@ -15,8 +15,9 @@ pipeline:
 | 
				
			|||||||
    image: debian
 | 
					    image: debian
 | 
				
			||||||
    pull: true
 | 
					    pull: true
 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
      - apt update && apt install -y build-essential
 | 
					      - apt update && apt install -y build-essential fakeroot devscripts
 | 
				
			||||||
      - debuild -us -uc
 | 
					      - debuild -us -uc
 | 
				
			||||||
      - ls -la
 | 
					      - ls -la
 | 
				
			||||||
 | 
					      - cd .. && ls -la
 | 
				
			||||||
    when:
 | 
					    when:
 | 
				
			||||||
      event: tag
 | 
					      event: tag
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user