Explorar el Código

Changes tack in drone to not use git

Colin Powell hace 1 mes
padre
commit
e2e9f3babb
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      .drone.yml

+ 0 - 1
.drone.yml

@@ -10,7 +10,6 @@ steps:
   - name: build
     image: klakegg/hugo:alpine
     commands:
-      - git submodule update --init --recursive
       - hugo -d /tmp/.build/public
     volumes:
       - name: hugo