devops: fix goma to use new authentication (#6747)
This commit is contained in:
parent
f7f08c9c02
commit
9b5bcba1d7
|
|
@ -6,7 +6,7 @@ trap "cd $(pwd -P)" EXIT
|
||||||
cd "$(dirname $0)"
|
cd "$(dirname $0)"
|
||||||
|
|
||||||
if [[ ! -d ./electron-build-tools ]]; then
|
if [[ ! -d ./electron-build-tools ]]; then
|
||||||
git clone --single-branch --branch msft-goma https://github.com/electron/build-tools/ electron-build-tools
|
git clone --single-branch --branch master https://github.com/electron/build-tools/ electron-build-tools
|
||||||
cd electron-build-tools
|
cd electron-build-tools
|
||||||
npm install
|
npm install
|
||||||
mkdir -p third_party
|
mkdir -p third_party
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue