Removed trigger
	
		
			
	
		
	
	
		
			
				
	
				continuous-integration/drone Build is passing
				
					Details
				
			
		
	
				
					
				
			
				
	
				continuous-integration/drone Build is passing
				
					Details
				
			
		
	This commit is contained in:
		
							parent
							
								
									b23ee827c6
								
							
						
					
					
						commit
						3d3748a82b
					
				
							
								
								
									
										10
									
								
								.drone.yml
								
								
								
								
							
							
						
						
									
										10
									
								
								.drone.yml
								
								
								
								
							|  | @ -1,16 +1,10 @@ | ||||||
| kind: pipeline | kind: pipeline | ||||||
| type: docker | type: docker | ||||||
| name: micro | name: mservice | ||||||
| 
 | 
 | ||||||
| steps: | steps: | ||||||
| - name: build | - name: build | ||||||
|   image: golang:1.18.0 |   image: golang:1.18.0 | ||||||
|   commands: |   commands: | ||||||
|     - go get ./... |     - go get ./... | ||||||
|     - go test ./... |     - go test ./... | ||||||
| 
 |  | ||||||
| trigger: |  | ||||||
|   branch: |  | ||||||
|   - master |  | ||||||
|   event: |  | ||||||
|   - push |  | ||||||
		Loading…
	
		Reference in New Issue