Wildcards #2
@ -86,6 +86,7 @@ func lookupRepositoryAndCache(username, reponame, branchName, host, domain, path
|
|||||||
|
|
||||||
log.Debugf("CNAME Content: %s", cnameContent)
|
log.Debugf("CNAME Content: %s", cnameContent)
|
||||||
if cnameContent != cname {
|
if cnameContent != cname {
|
||||||
|
log.Warnf("CNAME mismatch: Got '%s', expected '%s'", cname, cnameContent)
|
||||||
return nil, errors.New("CNAME mismatch")
|
return nil, errors.New("CNAME mismatch")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user