drone promote test
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
Sebastian Frank 2019-03-04 16:43:46 +01:00
parent c4e6a2f409
commit aa6ade5657
Signed by: apairon
GPG Key ID: 7270D06DDA7FE8C3

View File

@ -16,12 +16,16 @@ steps:
- git submodule update --init --recursive
- git fetch --tags
- ./build.sh
when:
event: [ push, tag ]
- name: test with example content
image: alpine
commands:
- ./dist/mark2web-`cat VERSION`-linux-amd64 -version
- ./dist/mark2web-`cat VERSION`-linux-amd64 -in example -out example_out -create -logLevel debug
when:
event: [ push, tag ]
- name: build for freebsd
image: golang:latest
@ -86,7 +90,7 @@ steps:
basiskonfiguration_mark2web_rsync@deploy.bc1.basehosts.de:./'
when:
branch: [ master ]
event: [ push ]
event: [ promote, push ]
- name: prepare release
image: apairon/mark2web:latest