瀏覽代碼

Recursively init submodules

Andrew Rabert 6 年之前
父節點
當前提交
16e3c5eb85
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .drone.yml

+ 2 - 2
.drone.yml

@@ -8,7 +8,7 @@ steps:
 - name: submodules
   image: docker:git
   commands:
-    - git submodule update --init
+    - git submodule update --init --recursive
 - name: build:debian
   image: plugins/docker
   group: build
@@ -29,7 +29,7 @@ steps:
 - name: submodules
   image: docker:git
   commands:
-    - git submodule update --init
+    - git submodule update --init --recursive
 - name: build:docker
   image: plugins/docker
   group: build