From 42d38a914ae25ab1b132059efa94c8607d01be8d Mon Sep 17 00:00:00 2001 From: zhangshuai Date: Wed, 27 Sep 2023 13:54:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=A8=A1=E6=9D=BF=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E5=89=8D=E6=9B=B4=E6=96=B0=E5=9B=BD=E9=99=85=E5=8C=96=E6=95=B0?= =?UTF-8?q?=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7e7494d63..62369c31e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,7 +45,7 @@ dev_build: # 更新 i18n - chmod +x ../ci-scripts/replaceI18nsql.sh - - ./ci-scripts/replaceI18nsql.sh + - ../ci-scripts/replaceI18nsql.sh # 编译 上传模板 - npm run build:html @@ -100,8 +100,8 @@ rel_build: - echo "npm run build" # 更新 i18n - - chmod +x ./ci-scripts/replaceI18nsql.sh - - ./ci-scripts/replaceI18nsql.sh + - chmod +x ../ci-scripts/replaceI18nsql.sh + - ../ci-scripts/replaceI18nsql.sh - npm run build:html - mc alias set nz $MINIO_HOST $MINIO_USER $MINIO_PWD