improve drone

This commit is contained in:
Lunny Xiao 2019-11-12 20:43:34 +08:00
parent f4efe9fd9e
commit 0cbe15018c
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 4 additions and 1 deletions

View File

@ -3,6 +3,9 @@ kind: pipeline
name: clone
clone:
disable: true
workspace:
base: /go
path: src/xorm.io/xorm
steps:
- name: clone
image: alpine/git
@ -38,7 +41,7 @@ steps:
kind: pipeline
name: go1.10-test-sqlite
depends_on:
- clone
- go1.10-build
clone:
disable: true
steps: