Use goma_auth without requiring Chrome to be installed.

This commit is contained in:
Aleksey Khoroshilov
2022-05-24 22:04:15 +07:00
parent 6c1e44d89b
commit fdf5d643b6
+1 -1
View File
@@ -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)
}