2
0
ianedwards 2 жил өмнө
parent
commit
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