Compare commits

..

1 Commits

Author SHA1 Message Date
f0f72d3ac6 Version
Some checks failed
continuous-integration/drone/push Build is failing
* log on startup
* display on about page
* use compile flag
* set with git tag value
2019-09-28 17:34:20 +02:00

View File

@ -68,6 +68,8 @@ steps:
from_secret: drone_ssh_key
extra_vars:
- draft_name=${DRONE_BRANCH##feature/}
- registry_login=${registry_login}
- registry_password=${registry_password}
when:
branch:
- feature/*
@ -79,6 +81,6 @@ trigger:
---
kind: signature
hmac: 954a9dbf92147a4d7dce6805ef54ce3dd381450d97b8676de39bb5be51c963cf
hmac: b318e85797aceda52c80262ca1cb712968e997993218816d6bea731b846531aa
...