.drone.yml git clone config
Some checks failed
the build failed

This commit is contained in:
Sebastian Frank
2019-02-20 11:05:20 +01:00
parent 1a12f0797b
commit 92f4b94346

View File

@@ -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: