From 736813973b17facbf51e7a86356f826209c9722e Mon Sep 17 00:00:00 2001 From: Mauro Torrez Date: Wed, 18 Sep 2019 12:20:06 -0300 Subject: [PATCH] use alpine/git --- .drone.yml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index d89da3f..8c3f273 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,15 +2,12 @@ kind: pipeline name: default -clone: - recursive: true - steps: - # - name: submodule - # image: alpine:git - # commands: - # - git submodule init - # - git submodule update + - name: submodule + image: alpine/git + commands: + - git submodule init + - git submodule update - name: build image: eumau/drone-plugin-make