fix(bin): sync模块编译前置patch模块

This commit is contained in:
v-zhangjc9
2024-06-03 15:50:49 +08:00
parent 7a21159ac6
commit 7e4d50d7f3

View File

@@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
root_path=$(dirname $(cd $(dirname $0);pwd)) root_path=$(dirname $(cd $(dirname $0);pwd))
source $root_path/bin/library.sh 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 package utils/sync
upload $root_path/utils/sync/target/sync-1.0.0-SNAPSHOT.jar upload $root_path/utils/sync/target/sync-1.0.0-SNAPSHOT.jar