fixed .drone.yml
Some checks failed
the build failed

This commit is contained in:
Sebastian Frank 2019-02-20 09:55:17 +01:00
parent 7b124a48af
commit a2e931507c
Signed by: apairon
GPG Key ID: 7270D06DDA7FE8C3

View File

@ -15,8 +15,8 @@ pipeline:
test_example: test_example:
image: alpine image: alpine
commands: commands:
- ./dist/mark2web-`cat version`-linux-amd64 -version - ./dist/mark2web-`cat VERSION`-linux-amd64 -version
- ./dist/mark2web-`cat version`-linux-amd64 -in example -out example_out -create -logLevel debug - ./dist/mark2web-`cat VERSION`-linux-amd64 -in example -out example_out -create -logLevel debug
build_mark2web_freebsd: build_mark2web_freebsd:
image: golang:latest image: golang:latest