Explorar o código

fix move to production (#3482)

ianedwards %!s(int64=2) %!d(string=hai) anos
pai
achega
35e6d0ed2e
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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