Skip to content

Commit

Permalink
[build] Avoid sending analytics to Plausible for CI builds
Browse files Browse the repository at this point in the history
Also in local builds.

Helps with SeleniumHQ#13288
  • Loading branch information
diemol committed Dec 14, 2023
1 parent 3bfd4f3 commit 309eb41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ build:remote --action_env=HOME=/home/dev
build:remote --action_env=PATH=/bin:/usr/bin:/usr/local/bin
test:remote --test_env=PATH=/bin:/usr/bin:/usr/local/bin
test:remote --test_env=HOME=/home/dev
test --test_env=SE_AVOID_STATS=true

# Make sure we sniff credentials properly
build:remote --credential_helper=%workspace%/scripts/credential-helper.sh
Expand Down

0 comments on commit 309eb41

Please sign in to comment.