From 92f4b94346dac25f3768a79df57f1c277104e4f3 Mon Sep 17 00:00:00 2001 From: Sebastian Frank Date: Wed, 20 Feb 2019 11:05:20 +0100 Subject: [PATCH] .drone.yml git clone config --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 239ba87..df05be1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,6 @@ workspace: clone: git: image: plugins/git:next - depth: 50 tags: true recursive: true @@ -17,6 +16,7 @@ pipeline: - GOOS=linux - GOARCH=amd64 commands: + - git submodule update --init --recursive - ./build.sh test_example: