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 коммит произвёл GitHub
Родитель e4effe4df2
Коммит 45516232e8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -1,16 +1,16 @@
workspace:
base: /srv/app
base: /go
path: src/code.gitea.io/sdk
clone:
git:
image: plugins/git:1
image: plugins/git:next
depth: 50
tags: true
pipeline:
testing:
image: webhippie/golang:edge
image: golang:1.12
pull: true
commands:
- make clean