瀏覽代碼

fix move to production (#3482)

ianedwards 2 年之前
父節點
當前提交
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