devops: fix goma to use new authentication (#6747)

This commit is contained in:
Andrey Lushnikov 2021-05-25 15:16:23 -07:00 committed by GitHub
parent f7f08c9c02
commit 9b5bcba1d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ trap "cd $(pwd -P)" EXIT
cd "$(dirname $0)"
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
npm install
mkdir -p third_party