Changed yml
This commit is contained in:
		
							parent
							
								
									2ad4767cd6
								
							
						
					
					
						commit
						b23ee827c6
					
				|  | @ -1,13 +1,13 @@ | ||||||
| kind: pipeline | kind: pipeline | ||||||
| name: micro |  | ||||||
| type: docker | type: docker | ||||||
|  | name: micro | ||||||
| 
 | 
 | ||||||
| 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: | trigger: | ||||||
|   branch: |   branch: | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue