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