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

Commit 4551623

Browse files
Update images used by drone for SDK (#154)
* Update images used by drone for SDK * Update .drone.yml
1 parent e4effe4 commit 4551623

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.drone.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
workspace:
2-
base: /srv/app
2+
base: /go
33
path: src/code.gitea.io/sdk
44

55
clone:
66
git:
7-
image: plugins/git:1
7+
image: plugins/git:next
88
depth: 50
99
tags: true
1010

1111
pipeline:
1212
testing:
13-
image: webhippie/golang:edge
13+
image: golang:1.12
1414
pull: true
1515
commands:
1616
- make clean

0 commit comments

Comments
 (0)