|
|
@ -21,7 +21,7 @@ source_position=( |
|
|
|
|
|
|
|
|
target_path=/home/www/sync_code/sd_dsl/wms85std-sd |
|
|
target_path=/home/www/sync_code/sd_dsl/wms85std-sd |
|
|
target_git=www@git.yvanui.com:lizhiwei/wms85std-sd.git |
|
|
target_git=www@git.yvanui.com:lizhiwei/wms85std-sd.git |
|
|
target_branch=master |
|
|
target_branch=develop |
|
|
target_position=. |
|
|
target_position=. |
|
|
|
|
|
|
|
|
echoPrefix="\033[36m+" |
|
|
echoPrefix="\033[36m+" |
|
|
@ -83,6 +83,10 @@ target_pull() { |
|
|
pullCode $target_path ${target_git} ${target_branch} ${target_position} |
|
|
pullCode $target_path ${target_git} ${target_branch} ${target_position} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
source_pull |
|
|
source_pull |
|
|
source_build |
|
|
source_build |
|
|
target_pull |
|
|
target_pull |
|
|
|