pull/1254/head
zhangxinhui02 2025-09-23 03:02:51 +08:00
parent 04a7075425
commit fb7468c5ae
No known key found for this signature in database
GPG Key ID: 22C23383864A313F
1 changed files with 2 additions and 0 deletions

View File

@ -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/.*