This commit is contained in:
parent
92f4b94346
commit
3331625885
@ -2,12 +2,6 @@ workspace:
|
|||||||
base: /go
|
base: /go
|
||||||
path: src/gitbase.de/apairon/mark2web
|
path: src/gitbase.de/apairon/mark2web
|
||||||
|
|
||||||
clone:
|
|
||||||
git:
|
|
||||||
image: plugins/git:next
|
|
||||||
tags: true
|
|
||||||
recursive: true
|
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
build_mark2web_linux:
|
build_mark2web_linux:
|
||||||
image: golang:latest
|
image: golang:latest
|
||||||
@ -16,7 +10,7 @@ pipeline:
|
|||||||
- GOOS=linux
|
- GOOS=linux
|
||||||
- GOARCH=amd64
|
- GOARCH=amd64
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init --recursive
|
- git fetch --tags
|
||||||
- ./build.sh
|
- ./build.sh
|
||||||
|
|
||||||
test_example:
|
test_example:
|
||||||
|
Loading…
Reference in New Issue
Block a user