Update images used by drone for SDK (#154)

* Update images used by drone for SDK

* Update .drone.yml
This commit is contained in:
techknowlogick 2019-03-17 21:10:51 -04:00 committed by GitHub
parent e4effe4df2
commit 45516232e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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