From 6d6bbe1899dddcd6aa9c1d5245c7d7da340c1f6c Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 16 Dec 2024 17:13:08 +0800 Subject: [PATCH] fix: ci --- .drone.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index ec9aa57..1f9e9b7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -31,10 +31,11 @@ steps: commands: - echo 192.168.0.2 git.1000my.com >> /etc/hosts - ping git.1000my.com -c 1 - - git clone --depth=1 $DRONE_GIT_HTTP_URL . + - git init + - git fetch '--depth=1' origin $CI_COMMIT_REF + - git checkout $CI_COMMIT_SHA -b $DRONE_REPO_BRANCH + # - git clone --depth=1 $DRONE_GIT_HTTP_URL . - git submodule update --init --recursive - - git checkout -b $DRONE_REPO_BRANCH || true - - git tag --merged $DRONE_REPO_BRANCH - name: 生成Release版本 pull: if-not-exists