From 33316258857ec27c7682bff0ba2fe1cb5993578a Mon Sep 17 00:00:00 2001 From: Sebastian Frank Date: Wed, 20 Feb 2019 11:21:21 +0100 Subject: [PATCH] .drone.yml git clone config --- .drone.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index df05be1..feca3ca 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,12 +2,6 @@ workspace: base: /go path: src/gitbase.de/apairon/mark2web -clone: - git: - image: plugins/git:next - tags: true - recursive: true - pipeline: build_mark2web_linux: image: golang:latest @@ -16,7 +10,7 @@ pipeline: - GOOS=linux - GOARCH=amd64 commands: - - git submodule update --init --recursive + - git fetch --tags - ./build.sh test_example: