Added git source format and streamlined drone.yml
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				ci/woodpecker/push/drone Pipeline was successful
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	ci/woodpecker/push/drone Pipeline was successful
				
			This commit is contained in:
		
							
								
								
									
										16
									
								
								.drone.yml
									
									
									
									
									
								
							
							
						
						
									
										16
									
								
								.drone.yml
									
									
									
									
									
								
							@@ -1,17 +1,5 @@
 | 
				
			|||||||
pipeline:
 | 
					pipeline:
 | 
				
			||||||
  build:
 | 
					  build_deb:
 | 
				
			||||||
    image: debian
 | 
					 | 
				
			||||||
    pull: true
 | 
					 | 
				
			||||||
    commands:
 | 
					 | 
				
			||||||
      - apt update && apt install -y make curl
 | 
					 | 
				
			||||||
      - make
 | 
					 | 
				
			||||||
      - ls -laR
 | 
					 | 
				
			||||||
      - make install
 | 
					 | 
				
			||||||
      - ls -laR
 | 
					 | 
				
			||||||
    when:
 | 
					 | 
				
			||||||
      event: [push, tag]
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  package:
 | 
					 | 
				
			||||||
    image: debian
 | 
					    image: debian
 | 
				
			||||||
    pull: true
 | 
					    pull: true
 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
@@ -19,6 +7,6 @@ pipeline:
 | 
				
			|||||||
      - make package
 | 
					      - make package
 | 
				
			||||||
      - ls -laR
 | 
					      - ls -laR
 | 
				
			||||||
    when:
 | 
					    when:
 | 
				
			||||||
      event: tag
 | 
					      event: [push, tag]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
branches: master
 | 
					branches: master
 | 
				
			||||||
							
								
								
									
										1
									
								
								debian/source/format
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								debian/source/format
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1 @@
 | 
				
			|||||||
 | 
					3.0 (git)
 | 
				
			||||||
		Reference in New Issue
	
	Block a user