This commit is contained in:
parent
92f4b94346
commit
3331625885
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user