File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -135,6 +135,7 @@ build:remote --platforms=@devinfra//bazel/remote-execution:platform_with_network
135
135
136
136
# Set remote caching settings
137
137
build:remote --remote_accept_cached=true
138
+ build:remote --remote_upload_local_results=false
138
139
139
140
# Force remote executions to consider the entire run as linux.
140
141
# This is required for OSX cross-platform RBE.
@@ -147,7 +148,7 @@ build:remote --google_default_credentials
147
148
# Use HTTP remote cache
148
149
build:remote-cache --remote_cache=https://storage.googleapis.com/angular-team-cache
149
150
build:remote-cache --remote_accept_cached=true
150
- build:remote-cache --remote_upload_local_results=true
151
+ build:remote-cache --remote_upload_local_results=false
151
152
build:remote-cache --google_default_credentials
152
153
153
154
###############################
You can’t perform that action at this time.
0 commit comments