Update images used by drone for SDK (#154)
* Update images used by drone for SDK * Update .drone.yml
This commit is contained in:
parent
e4effe4df2
commit
45516232e8
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
||||||
workspace:
|
workspace:
|
||||||
base: /srv/app
|
base: /go
|
||||||
path: src/code.gitea.io/sdk
|
path: src/code.gitea.io/sdk
|
||||||
|
|
||||||
clone:
|
clone:
|
||||||
git:
|
git:
|
||||||
image: plugins/git:1
|
image: plugins/git:next
|
||||||
depth: 50
|
depth: 50
|
||||||
tags: true
|
tags: true
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
testing:
|
testing:
|
||||||
image: webhippie/golang:edge
|
image: golang:1.12
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- make clean
|
- make clean
|
||||||
|
|
Loading…
Reference in a new issue