소스 검색

feat(ssr-download): add --rebase param to git pull

SukkaW 5 년 전
부모
커밋
22da5a5c1c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Command/Job.php

+ 1 - 1
src/Command/Job.php

@@ -748,7 +748,7 @@ class Job extends Command
     public function updatedownload()
     {
         system(
-            'cd ' . BASE_PATH . '/public/ssr-download/ && git pull https://github.com/xcxnig/ssr-download.git && git gc'
+            'cd ' . BASE_PATH . '/public/ssr-download/ && git pull https://github.com/xcxnig/ssr-download.git --rebase && git gc'
         );
     }