From 76055792af29553d932682cf3a396c8dc65e925e Mon Sep 17 00:00:00 2001 From: zhangxinhui02 Date: Tue, 23 Sep 2025 02:32:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- helm-chart/.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-chart/.gitlab-ci.yml b/helm-chart/.gitlab-ci.yml index 5ceedaa0..ecab4924 100644 --- a/helm-chart/.gitlab-ci.yml +++ b/helm-chart/.gitlab-ci.yml @@ -13,7 +13,7 @@ initialize-maibot-git-repo: paths: - target-repo/ script: - - rm -r target-repo + - rm -r target-repo || echo "`target-repo/` not found. Skipped." - git reset --hard $(git describe --tags --abbrev=0) - cp -r . /tmp/target-repo - mv /tmp/target-repo ./target-repo