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