.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: clone:
git: git:
image: plugins/git:next image: plugins/git:next
depth: 50
tags: true tags: true
recursive: true recursive: true
@@ -17,6 +16,7 @@ pipeline:
- GOOS=linux - GOOS=linux
- GOARCH=amd64 - GOARCH=amd64
commands: commands:
- git submodule update --init --recursive
- ./build.sh - ./build.sh
test_example: test_example: