.drone.yml git clone config
All checks were successful
the build was successful

This commit is contained in:
Sebastian Frank 2019-02-20 11:21:21 +01:00
parent 92f4b94346
commit 3331625885
Signed by: apairon
GPG Key ID: 7270D06DDA7FE8C3

View File

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