fix drone
This commit is contained in:
parent
e875055da4
commit
7d75b17a28
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: go1.10-build
|
name: go1.10-test
|
||||||
workspace:
|
workspace:
|
||||||
base: /go
|
base: /go
|
||||||
path: src/gitea.com/xorm/xorm
|
path: src/gitea.com/xorm/xorm
|
||||||
|
@ -10,7 +10,9 @@ steps:
|
||||||
pull: default
|
pull: default
|
||||||
image: golang:1.10
|
image: golang:1.10
|
||||||
commands:
|
commands:
|
||||||
- go get -u -v
|
- go get -t -d -v ./...
|
||||||
|
- go get -u xorm.io/core
|
||||||
|
- go get -u xorm.io/builder
|
||||||
- go build -v
|
- go build -v
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
|
|
Loading…
Reference in New Issue