Update '.drone.yml'
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone the build was successful
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone the build was successful
				
			This commit is contained in:
		@@ -1,13 +1,13 @@
 | 
				
			|||||||
pipeline:
 | 
					pipeline:
 | 
				
			||||||
  build:
 | 
					  build:
 | 
				
			||||||
    image: golang
 | 
					    image: debian
 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
      - echo "HALLO WELT, KANNST DU MICH HOEREN"
 | 
					      - echo "HALLO WELT, KANNST DU MICH HOEREN"
 | 
				
			||||||
    when:
 | 
					    when:
 | 
				
			||||||
      event: [push, tag]
 | 
					      event: [push, tag]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  package:
 | 
					  package:
 | 
				
			||||||
    image: golang
 | 
					    image: debian
 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
      - echo "zap"
 | 
					      - echo "zap"
 | 
				
			||||||
    when:
 | 
					    when:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user