From fb7468c5ae46737e081e24bdfb48fdf1cc562739 Mon Sep 17 00:00:00 2001 From: zhangxinhui02 Date: Tue, 23 Sep 2025 03:02:51 +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, 2 insertions(+) diff --git a/helm-chart/.gitlab-ci.yml b/helm-chart/.gitlab-ci.yml index cb0ceaed..8f7a30b2 100644 --- a/helm-chart/.gitlab-ci.yml +++ b/helm-chart/.gitlab-ci.yml @@ -20,6 +20,7 @@ initialize-maibot-git-repo: - git reset --hard ${MAIBOT_VERSION} - echo ${MAIBOT_VERSION} > MAIBOT_VERSION - git clone https://github.com/MaiM-with-u/MaiMBot-LPMM.git MaiMBot-LPMM + - ls -al # 构建最后一个tag的麦麦本体的镜像 build-core: @@ -32,6 +33,7 @@ build-core: - target-repo/ script: - cd target-repo/ + - ls -al - export BUILD_DESTINATION="reg.mikumikumi.xyz/maibot/maibot:$(cat MAIBOT_VERSION)" - build - rm -rf target-repo/* target-repo/.*