From 7e4d50d7f3ec971f5dbec8f9682865c80979a543 Mon Sep 17 00:00:00 2001 From: v-zhangjc9 Date: Mon, 3 Jun 2024 15:50:49 +0800 Subject: [PATCH] =?UTF-8?q?fix(bin):=20sync=E6=A8=A1=E5=9D=97=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E5=89=8D=E7=BD=AEpatch=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/build-sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/build-sync.sh b/bin/build-sync.sh index a70f873..6c7d9d7 100755 --- a/bin/build-sync.sh +++ b/bin/build-sync.sh @@ -1,6 +1,6 @@ #!/bin/bash root_path=$(dirname $(cd $(dirname $0);pwd)) source $root_path/bin/library.sh -deploy service-common service-dependencies service-configuration service-forest +deploy service-common service-dependencies service-configuration service-forest utils/patch package utils/sync upload $root_path/utils/sync/target/sync-1.0.0-SNAPSHOT.jar