diff options
| author | Andrew Rabert <6550543+nvllsvm@users.noreply.github.com> | 2018-12-13 20:17:13 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-13 20:17:13 -0500 |
| commit | e48cac9a87c37e7cf82126d5d4f3dfa58cb26c64 (patch) | |
| tree | eba5168cd952bca79c7e52733bce5cc24e48719a | |
| parent | bdc2655a78e3162b7983ab12ed113cedccf55408 (diff) | |
| parent | b988a0644a73492604d2bf9150a23b1b6a9a5745 (diff) | |
Merge pull request #141 from nvllsvm/droneingon
Drone CI changes
| -rw-r--r-- | .drone.yml | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/.drone.yml b/.drone.yml index bacce407b..13762ba0a 100644 --- a/.drone.yml +++ b/.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 |
