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 @@ -113,6 +113,7 @@ build:remote --remote_instance_name=projects/internal-200822/instances/primary_i
113113build:remote --bes_instance_name=internal-200822
114114build:remote --remote_cache=remotebuildexecution.googleapis.com
115115build:remote --remote_executor=remotebuildexecution.googleapis.com
116+ build:remote --remote_upload_local_results=false
116117
117118build:remote --experimental_remote_grpc_log=/tmp/rbe-grpc.log
118119
@@ -122,7 +123,7 @@ build:remote --experimental_remote_execution_keepalive
122123# Use HTTP remote cache
123124build:remote-cache --remote_cache=https://storage.googleapis.com/angular-team-cache
124125build:remote-cache --remote_accept_cached=true
125- build:remote-cache --remote_upload_local_results=true
126+ build:remote-cache --remote_upload_local_results=false
126127build:remote-cache --google_default_credentials
127128
128129# Ensure that tags like "no-remote-exec" get propagated to actions created by rules,
You can’t perform that action at this time.
0 commit comments