瀏覽代碼

Changes tack in drone to not use git

Colin Powell 1 月之前
父節點
當前提交
e2e9f3babb
共有 1 個文件被更改,包括 0 次插入1 次删除
  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