This commit is contained in:
		@@ -1,13 +1,13 @@
 | 
				
			|||||||
pipeline:
 | 
					pipeline:
 | 
				
			||||||
  fail:
 | 
					  fail:
 | 
				
			||||||
    image: scratch
 | 
					    image: debian:stable-slim
 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
      - echo "Please work now!" && false
 | 
					      - echo "Please work now!" && false
 | 
				
			||||||
    when:
 | 
					    when:
 | 
				
			||||||
      event: [push, tag]
 | 
					      event: [push, tag]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  build_deb:
 | 
					  build_deb:
 | 
				
			||||||
    image: debian:bullseye-slim
 | 
					    image: debian:stable-slim
 | 
				
			||||||
    pull: true
 | 
					    pull: true
 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
      - apt update && apt install -y build-essential devscripts
 | 
					      - apt update && apt install -y build-essential devscripts
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user