From 574738d8cec9ffbc80b8ba46bde56570e8e22ff6 Mon Sep 17 00:00:00 2001 From: fandongqiang <1075044867@qq.com> Date: Fri, 22 Sep 2023 14:49:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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