mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-30 05:41:12 +00:00
Merge remote-tracking branch 'origin/exp' into exp
This commit is contained in:
commit
bb218a6268
1 changed files with 3 additions and 0 deletions
|
@ -81,6 +81,9 @@ func GetCC(c web.C, w http.ResponseWriter, r *http.Request) {
|
||||||
owner = c.URLParams["owner"]
|
owner = c.URLParams["owner"]
|
||||||
name = c.URLParams["name"]
|
name = c.URLParams["name"]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
w.Header().Set("Content-Type", "image/svg+xml")
|
||||||
|
|
||||||
repo, err := datastore.GetRepoName(ctx, host, owner, name)
|
repo, err := datastore.GetRepoName(ctx, host, owner, name)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
w.Write(badgeNone)
|
w.Write(badgeNone)
|
||||||
|
|
Loading…
Reference in a new issue