display error in UI when signature exists but invalid
This commit is contained in:
parent
e7aa94f875
commit
6b449181d2
1 changed files with 6 additions and 0 deletions
|
@ -75,6 +75,12 @@ block content
|
|||
button.btn.btn-info.hidden#cancel cancel
|
||||
|
||||
div.col-md-8
|
||||
if Build.Signed
|
||||
if Build.Verified
|
||||
noscript
|
||||
else
|
||||
div.alert.alert-warning
|
||||
| Your .drone.yml.sig file did not match your .drone.yml
|
||||
if Job.Error != ""
|
||||
div.alert.alert-danger #{Job.Error}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue