From ff7e3a40e1f9e50b981f16af7276b359f3784f7e Mon Sep 17 00:00:00 2001 From: "YM-RD-AP01\\ymadmin" Date: Fri, 7 Dec 2018 10:43:50 +0800 Subject: [PATCH] 20160017: Job [Deploy_CHM_SIT_124] configuration updated MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change performed by ÁªþÈ --- jobs/Deploy_CHM_SIT_124/config.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/jobs/Deploy_CHM_SIT_124/config.xml b/jobs/Deploy_CHM_SIT_124/config.xml index ff1c46c8..1725d5c0 100644 --- a/jobs/Deploy_CHM_SIT_124/config.xml +++ b/jobs/Deploy_CHM_SIT_124/config.xml @@ -1,10 +1,10 @@ - + false - + ylhealth @@ -87,11 +87,10 @@ hotfix/1.15.1GA - + - - + false false @@ -107,7 +106,6 @@ hotfix/1.15.1GA false NONE false - @@ -152,10 +150,12 @@ tempdir=$(mktemp -d) sudo rm -f ${chm}/lib/* sudo rm -rf ${chm}/templates/* +sudo rm -rf ${chm}/sample/* 7za x target/CRM-pack.zip -o"${tempdir}" sudo mv -f ${tempdir}/CRM/lib/* "${chm}/lib" sudo mv -f ${tempdir}/CRM/templates/* "${chm}/templates" +sudo mv -f ${tempdir}/CRM/static/assets/web/sample/* "${chm}/sample/*" rm -rf "${tempdir}" sudo systemctl start CRM -- 2.26.2