From 1e0b6bdb4949ec8f98f47ea53e18d71b4dd5d4f1 Mon Sep 17 00:00:00 2001 From: Xin Wang Date: Mon, 30 Jun 2025 11:27:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compile.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compile.sh b/compile.sh index f8644e9..f81be70 100755 --- a/compile.sh +++ b/compile.sh @@ -43,6 +43,6 @@ echo "Build process completed at $(date)" | tee -a $LOGFILE echo "upload to nexus at $(date)" | tee -a $LOGFILE curl -u 'admin':'YZ9Gq6=8\*G|?:,' --upload-file $PROJECT_NAME-$PROFILE_ENV.tar.gz https://repo.qikongjian.com/repository/frontend-tar-files/ - 清理构建文件 - rm -rf dist - rm $PROJECT_NAME-$PROFILE_ENV.tar.gz +# 清理构建文件 +rm -rf dist +rm $PROJECT_NAME-$PROFILE_ENV.tar.gz