Use goma_auth without requiring Chrome to be installed.
This commit is contained in:
@@ -576,7 +576,7 @@ const util = {
|
||||
const gomaLoginInfo = util.runProcess('goma_auth', ['info'], options)
|
||||
if (gomaLoginInfo.status !== 0) {
|
||||
console.log('Login required for using Goma. This is only needed once')
|
||||
util.run('goma_auth', ['login'], options)
|
||||
util.run('goma_auth', ['login', '--no-browser'], options)
|
||||
}
|
||||
util.run('goma_ctl', ['ensure_start'], options)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user