Skip to content
This repository was archived by the owner on Jun 8, 2019. It is now read-only.

Update images used by drone for SDK #154

Merged
merged 2 commits into from
Mar 18, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down