From 62a3281c4ff7b3270b2e472180967bc03fd62395 Mon Sep 17 00:00:00 2001 From: "YM-RD-AP01\\ymadmin" Date: Tue, 8 Oct 2019 15:43:15 +0800 Subject: [PATCH] 20180083: Job [Hi365_OAuth_Authorization_SIT_Deploy] configuration updated MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change performed by ยงรตยบ~? --- jobs/Hi365_OAuth_Authorization_SIT_Deploy/config.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jobs/Hi365_OAuth_Authorization_SIT_Deploy/config.xml b/jobs/Hi365_OAuth_Authorization_SIT_Deploy/config.xml index bce31f0c..3cd3cbcf 100644 --- a/jobs/Hi365_OAuth_Authorization_SIT_Deploy/config.xml +++ b/jobs/Hi365_OAuth_Authorization_SIT_Deploy/config.xml @@ -118,12 +118,12 @@ version=$(echo $GIT_BRANCH | cut -d'/' -f 3) - sudo systemctl stop Hi365Auth + systemctl stop Hi365Auth -sudo rm -f /opt/Hi365AuthorizationServer/lib/*.jar +rm -f /opt/Hi365AuthorizationServer/lib/*.jar /usr/bin/unzip -j -o target/Authorization-Server-pack.zip "Authorization-Server/lib/*" -d /opt/Hi365AuthorizationServer/lib -sudo systemctl start Hi365Auth +systemctl start Hi365Auth -- 2.26.2