Browse Source

Changes tack in drone to not use git

Colin Powell 1 month ago
parent
commit
e2e9f3babb
1 changed files with 0 additions and 1 deletions
  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