mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-27 12:21:03 +00:00
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
|
button.btn.btn-info.hidden#cancel cancel
|
||||||
|
|
||||||
div.col-md-8
|
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 != ""
|
if Job.Error != ""
|
||||||
div.alert.alert-danger #{Job.Error}
|
div.alert.alert-danger #{Job.Error}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue