zhangwei 3 vuotta sitten
vanhempi
commit
774395db6d
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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 ;"