This commit is contained in:
		@@ -1,9 +1,8 @@
 | 
				
			|||||||
pipeline:
 | 
					pipeline:
 | 
				
			||||||
  build_deb:
 | 
					  build_deb:
 | 
				
			||||||
    image: debian:stable-slim
 | 
					    image: gitea.mdg-hamburg.de/ci-tools/deb-buildpackage:latest
 | 
				
			||||||
    pull: true
 | 
					    pull: true
 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
      - apt update && apt install -y build-essential devscripts
 | 
					 | 
				
			||||||
      - make package
 | 
					      - make package
 | 
				
			||||||
      - ls -laR ..
 | 
					      - ls -laR ..
 | 
				
			||||||
    when:
 | 
					    when:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user