improve drone

This commit is contained in:
Lunny Xiao 2019-11-12 20:47:33 +08:00
parent 46098dcf25
commit 4130e91980
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 0 additions and 11 deletions

View File

@ -6,17 +6,6 @@ clone:
workspace:
base: /go
path: src/xorm.io/xorm
steps:
- name: clone
image: alpine/git
commands:
- git clone https://gitea.com/xorm/xorm.git .
- git checkout $DRONE_COMMIT
when:
event:
- tag
- push
- pull_request
---
kind: pipeline