Browse Source

Recursively init submodules

Andrew Rabert 6 năm trước cách đây
mục cha
commit
16e3c5eb85
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      .drone.yml

+ 2 - 2
.drone.yml

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