Browse Source

Changes tack in drone to not use git

Colin Powell 1 tháng trước cách đây
mục cha
commit
e2e9f3babb
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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