Forráskód Böngészése

Changes tack in drone to not use git

Colin Powell 1 hónapja
szülő
commit
e2e9f3babb
1 módosított fájl, 0 hozzáadás és 1 törlés
  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