remove repostatus from whitelist
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
c26a082e75
commit
418ecdc418
|
@ -14,9 +14,9 @@ func initWhitelist() {
|
||||||
if repo.String() == "go.wit.com/apps/guireleaser" {
|
if repo.String() == "go.wit.com/apps/guireleaser" {
|
||||||
release.whitelist[repo.String()] = repo
|
release.whitelist[repo.String()] = repo
|
||||||
}
|
}
|
||||||
if repo.String() == "go.wit.com/lib/gui/repostatus" {
|
// if repo.String() == "go.wit.com/lib/gui/repostatus" {
|
||||||
release.whitelist[repo.String()] = repo
|
// release.whitelist[repo.String()] = repo
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue