From 9b5bcba1d7deffeea6530377c8d6d371549a9b29 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Tue, 25 May 2021 15:16:23 -0700 Subject: [PATCH] devops: fix goma to use new authentication (#6747) --- browser_patches/chromium/goma.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser_patches/chromium/goma.sh b/browser_patches/chromium/goma.sh index 897b5bc581..180d33255d 100755 --- a/browser_patches/chromium/goma.sh +++ b/browser_patches/chromium/goma.sh @@ -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