diff --git a/.drone.yml b/.drone.yml index c5ffb46d..f9225902 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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