소스 검색

fix move to production (#3482)

ianedwards 3 년 전
부모
커밋
35e6d0ed2e
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      Taskfile.yaml

+ 0 - 2
Taskfile.yaml

@@ -4,8 +4,6 @@ tasks:
   move-to-production:
     desc: Move the current branch to production
     cmds:
-    - cmd: git fetch origin --tags 
-      silent: true
     - cmd: git checkout master
       silent: true
     - cmd: git pull origin master