From 8750d818393e5ab3c8a408d4f1109bac8f21d10f Mon Sep 17 00:00:00 2001 From: Gong <534592533@qq.com> Date: Mon, 28 Aug 2023 16:28:52 +0800 Subject: [PATCH] fix: YML --- .drone2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone2.yml b/.drone2.yml index b25abb7..07eebe8 100755 --- a/.drone2.yml +++ b/.drone2.yml @@ -8,7 +8,7 @@ steps: # 定义管道的执行步骤 - name: clone-test image: alpine/git commands: - - git clone http://gong.cool:3002/gong/hyperf.git #自定义克隆地址 + - git clone http://gong.cool:3001/gong/hyperf.git #自定义克隆地址 - git version - pwd - ls -a