mirror of
https://github.com/go-delve/delve.git
synced 2025-10-28 04:35:19 +08:00
teamcity: don't sign binaries on CI
This commit is contained in:
@ -130,6 +130,9 @@ This option can only be specified if testset is basic or a single package.`)
|
||||
}
|
||||
|
||||
func checkCert() bool {
|
||||
if os.Getenv("CI") != "" {
|
||||
return true
|
||||
}
|
||||
if os.Getenv("NOCERT") != "" {
|
||||
return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user