2
0
Эх сурвалжийг харах

Merge pull request #141 from nvllsvm/droneingon

Drone CI changes
Andrew Rabert 6 жил өмнө
parent
commit
e48cac9a87
1 өөрчлөгдсөн 2 нэмэгдсэн , 8 устгасан
  1. 2 8
      .drone.yml

+ 2 - 8
.drone.yml

@@ -1,14 +1,11 @@
 kind: pipeline
 name: build:debian
 
-clone:
-  depth: 1
-
 steps:
 - name: submodules
   image: docker:git
   commands:
-    - git submodule update --init
+    - git submodule update --init --recursive
 - name: build:debian
   image: plugins/docker
   group: build
@@ -22,14 +19,11 @@ steps:
 kind: pipeline
 name: build:docker
 
-clone:
-  depth: 1
-
 steps:
 - name: submodules
   image: docker:git
   commands:
-    - git submodule update --init
+    - git submodule update --init --recursive
 - name: build:docker
   image: plugins/docker
   group: build