Skip to content

Commit c77b0da

Browse files
committed
[bazel] credential_helper flags is no longer experimental
1 parent cf1926a commit c77b0da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.bazelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ build:remote --action_env=PATH=/bin:/usr/bin:/usr/local/bin
121121
test:remote --test_env=HOME=/home/dev
122122

123123
# Make sure we sniff credentials properly
124-
build:remote --experimental_credential_helper=%workspace%/scripts/credential-helper.sh
124+
build:remote --credential_helper=%workspace%/scripts/credential-helper.sh
125125

126126
# Use pinned browsers when running remotely
127127
build:remote --//common:pin_browsers

0 commit comments

Comments
 (0)