diff --git a/.drone.yml b/.drone.yml index f05796a..8f7bb2d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,6 +4,13 @@ name: mydemo1 # name 属性定义了管道的名称。您可以为您的项目 clone: disable: false +steps: + - name: clone + image: alpine/git + commands: + - git clone http://192.168.3.249:3000/ips/ips-ci-demo.git . + - git checkout $DRONE_COMMIT + #trigger: # branch: # - master