Revert to previous non-failing state
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				ci/woodpecker/push/woodpecker Pipeline was successful
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	ci/woodpecker/push/woodpecker Pipeline was successful
				
			This commit is contained in:
		@@ -1,11 +1,4 @@
 | 
				
			|||||||
pipeline:
 | 
					pipeline:
 | 
				
			||||||
  fail:
 | 
					 | 
				
			||||||
    image: debian:stable-slim
 | 
					 | 
				
			||||||
    commands:
 | 
					 | 
				
			||||||
      - echo "Please work now!" && false
 | 
					 | 
				
			||||||
    when:
 | 
					 | 
				
			||||||
      event: [push, tag]
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  build_deb:
 | 
					  build_deb:
 | 
				
			||||||
    image: debian:stable-slim
 | 
					    image: debian:stable-slim
 | 
				
			||||||
    pull: true
 | 
					    pull: true
 | 
				
			||||||
@@ -13,7 +6,6 @@ pipeline:
 | 
				
			|||||||
      - apt update && apt install -y build-essential devscripts
 | 
					      - apt update && apt install -y build-essential devscripts
 | 
				
			||||||
      - make package
 | 
					      - make package
 | 
				
			||||||
      - ls -laR ..
 | 
					      - ls -laR ..
 | 
				
			||||||
      - echo Hello
 | 
					 | 
				
			||||||
    when:
 | 
					    when:
 | 
				
			||||||
      event: [push, tag]
 | 
					      event: [push, tag]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user