Skip to content

Commit

Permalink
[src] Arbitrary deployable JAR task should not upload local results t…
Browse files Browse the repository at this point in the history
…o remote cache
  • Loading branch information
ZachiNachshon authored and WixBuildServer committed Jul 25, 2024
1 parent 7669a75 commit 2893d69
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ protected BuildResult execute(BlazeContext context) {
context,
invocationContext))
.addBlazeFlags(buildResultHelper.getBuildFlags())
.addBlazeFlags("--remote_upload_local_results=false")
.build();
int exitCode =
ExternalTask.builder(workspaceRoot)
Expand Down

0 comments on commit 2893d69

Please sign in to comment.