add docker to circleci
This commit is contained in:
		
							parent
							
								
									1ad426b338
								
							
						
					
					
						commit
						29a559b256
					
				| 
						 | 
					@ -1,4 +1,6 @@
 | 
				
			||||||
machine:
 | 
					machine:
 | 
				
			||||||
 | 
					  services:
 | 
				
			||||||
 | 
					    - docker
 | 
				
			||||||
  post:
 | 
					  post:
 | 
				
			||||||
    - mkdir -p download
 | 
					    - mkdir -p download
 | 
				
			||||||
    - test -e download/$GODIST || curl -o download/$GODIST https://storage.googleapis.com/golang/$GODIST
 | 
					    - test -e download/$GODIST || curl -o download/$GODIST https://storage.googleapis.com/golang/$GODIST
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue