From 056ee6e9825e5749a2b3257ce099d50108d90252 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Sat, 15 Oct 2022 19:36:13 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E4=BF=AE=E6=94=B9=E6=89=93=E5=8C=85?= =?UTF-8?q?=E6=97=B6=E5=89=8D=E7=AB=AF=E7=9A=84link=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index de34469b54..b1d6b5ae85 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -64,7 +64,7 @@ pipeline { ./mvnw clean install -Drevision=${REVISION} -pl framework,framework/sdk-parent,framework/sdk-parent/domain,framework/sdk-parent/sdk,framework/sdk-parent/xpack-interface --settings ./settings.xml # 复制前端代码 - if [ -n ${FRONTEND_LINK} ]; then + if [ -n "${FRONTEND_LINK}" ]; then cp -r framework/sdk-parent/frontend ${FRONTEND_LINK}/frontend/.tmp_npm fi '''