소스 검색

Changes tack in drone to not use git

Colin Powell 4 달 전
부모
커밋
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