lizw 7 mesiacov pred
rodič
commit
51efc77563
1 zmenil súbory, kde vykonal 5 pridanie a 1 odobranie
  1. 5 1
      dsl/001sync_code.sh

+ 5 - 1
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