mirror of
https://github.com/harness/drone.git
synced 2025-05-06 22:24:09 +08:00
use drone's go:1.3 image until we upgrade to 0.4
This commit is contained in:
parent
95ab7a49e6
commit
03f91ee5a4
@ -1,9 +1,11 @@
|
|||||||
image: library/golang:1.4.2
|
image: go1.3
|
||||||
git:
|
git:
|
||||||
path: github.com/drone/drone
|
path: github.com/drone/drone
|
||||||
|
env:
|
||||||
|
- GOROOT=/usr/local/go
|
||||||
|
- PATH=$PATH:$GOROOT/bin:$GOPATH/bin
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- export GOPATH=/var/cache/drone
|
|
||||||
- export PATH=$PATH:$GOPATH/bin
|
|
||||||
- go get golang.org/x/tools/cmd/cover
|
- go get golang.org/x/tools/cmd/cover
|
||||||
- go get golang.org/x/tools/cmd/vet
|
- go get golang.org/x/tools/cmd/vet
|
||||||
- go get -u github.com/jteeuwen/go-bindata/...
|
- go get -u github.com/jteeuwen/go-bindata/...
|
||||||
|
Loading…
Reference in New Issue
Block a user