zhangwei 3 năm trước cách đây
mục cha
commit
774395db6d
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      server/main.py

+ 1 - 0
server/main.py

@@ -37,6 +37,7 @@ def build_mini_program(branch):
     "cd "+current_path+ ";"
     "cd longVideoFactory;"
     "rm -rf dist;"
+    "git pull;"
     "git checkout "+branch+";"
     "git pull;"
     "cnpm install && npm install ;"