From 58d2c2fbf687cc2b8bd1e76f3f267a4afcda9f12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=80=BB=E5=B7=A5?= Date: Sat, 29 Aug 2026 13:45:05 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E7=BD=B2(HEL-235):=20=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3=E6=9E=84=E5=BB=BA=E7=95=99=E7=97=95=E7=9A=84=E8=BF=9C?= =?UTF-8?q?=E7=AB=AF=E5=8F=82=E6=95=B0=E4=BC=A0=E9=80=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: multica-agent --- tools/build_image.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/build_image.sh b/tools/build_image.sh index 5be2ca7..adac9fb 100755 --- a/tools/build_image.sh +++ b/tools/build_image.sh @@ -85,8 +85,7 @@ IMAGE_ID="$(ssh -o BatchMode=yes "$HOST" "docker image inspect ${REPO_NAME}:${TA SHORT_ID="${IMAGE_ID##*:}" ssh -o BatchMode=yes "$HOST" \ - 'mkdir -p ~/xiaobai-build && printf "%s\t%s\t%s\t%s\tgit-archive-stream\n" "$(date "+%F %T")" "$1" "$2" "$3" >> ~/xiaobai-build/BUILD_LOG.tsv' \ - "build-image" "${REPO_NAME}:${TAG}" "${FULL_SHA}" "${SHORT_ID}" + "mkdir -p ~/xiaobai-build && printf '%s\t%s\t%s\t%s\tgit-archive-stream\n' \"\$(date '+%F %T')\" ${REPO_NAME}:${TAG} ${FULL_SHA} ${SHORT_ID} >> ~/xiaobai-build/BUILD_LOG.tsv" echo "==> 完成" echo " ${REPO_NAME}:${TAG} (${SHORT_ID})"