From 17d927b596898f666b0377ab40afe05434c6d8df Mon Sep 17 00:00:00 2001 From: Alex Rodionov Date: Fri, 3 May 2024 06:39:10 -0700 Subject: [PATCH] [bazel] Only use credential helper for RBE --- .bazelrc.remote | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bazelrc.remote b/.bazelrc.remote index ac8b6f12232fa..075c9efafbcdf 100644 --- a/.bazelrc.remote +++ b/.bazelrc.remote @@ -43,7 +43,7 @@ test:remote --test_env=PATH=/bin:/usr/bin:/usr/local/bin test:remote --test_env=HOME=/home/dev # Make sure we sniff credentials properly -build:remote --credential_helper=%workspace%/scripts/credential-helper.sh +build:remote --credential_helper=gypsum.cluster.engflow.com=%workspace%/scripts/credential-helper.sh # Use pinned browsers when running remotely build:remote --//common:pin_browsers