From 51efc77563cf2d57a1b05810b7c7afe84aa9caad Mon Sep 17 00:00:00 2001 From: lizw <1183409807@qq.com> Date: Tue, 22 Oct 2024 13:32:33 +0800 Subject: [PATCH] ... --- dsl/001sync_code.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dsl/001sync_code.sh b/dsl/001sync_code.sh index 00f69d3..5754e43 100644 --- a/dsl/001sync_code.sh +++ b/dsl/001sync_code.sh @@ -21,7 +21,7 @@ source_position=( target_path=/home/www/sync_code/sd_dsl/wms85std-sd target_git=www@git.yvanui.com:lizhiwei/wms85std-sd.git -target_branch=master +target_branch=develop target_position=. echoPrefix="\033[36m+" @@ -83,6 +83,10 @@ target_pull() { pullCode $target_path ${target_git} ${target_branch} ${target_position} } + + + + source_pull source_build target_pull