File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ build:remote --platforms=//bazel/remote-execution:platform_with_network
8484
8585# Set remote caching settings
8686build:remote --remote_accept_cached=true
87+ build:remote --remote_upload_local_results=false
8788
8889# Enable Build Event Service
8990build:remote --bes_backend=buildeventservice.googleapis.com
@@ -95,7 +96,7 @@ build:remote --bes_upload_mode=fully_async
9596# Use HTTP remote cache
9697build:remote-cache --remote_cache=https://storage.googleapis.com/angular-team-cache
9798build:remote-cache --remote_accept_cached=true
98- build:remote-cache --remote_upload_local_results=true
99+ build:remote-cache --remote_upload_local_results=false
99100build:remote-cache --google_default_credentials
100101
101102################################
You can’t perform that action at this time.
0 commit comments