Merge "Remove warning about LOAS not enabled" into main
This commit is contained in:
@@ -159,12 +159,6 @@ func CheckProdCreds(ctx Context, config Config) {
|
||||
fmt.Fprintln(ctx.Writer, "")
|
||||
return
|
||||
}
|
||||
if config.GoogleProdCredsExist() {
|
||||
return
|
||||
}
|
||||
fmt.Fprintln(ctx.Writer, "")
|
||||
fmt.Fprintln(ctx.Writer, "\033[33mWARNING: Missing LOAS credentials, please run `gcert`. This is required for a successful build execution. See go/rbe-android-default-announcement for more information.\033[0m")
|
||||
fmt.Fprintln(ctx.Writer, "")
|
||||
}
|
||||
|
||||
// DumpRBEMetrics creates a metrics protobuf file containing RBE related metrics.
|
||||
|
Reference in New Issue
Block a user