Compare commits

..

1 Commits

Author SHA1 Message Date
f00aad15c5 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:22:33 +02:00

View File

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