lizw 7 bulan lalu
induk
melakukan
51efc77563
1 mengubah file dengan 5 tambahan dan 1 penghapusan
  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