Skip to content

Commit

Permalink
Break tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Jan 13, 2025
1 parent 767e12e commit c8dd289
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,13 +228,13 @@ && getInputs().isSingleton()
.getInputMetadataProvider()
.getInputMetadata(getPrimaryInput())
.isRemote()) {
actionExecutionContext
.getOutputMetadataStore()
.injectFile(
getPrimaryOutput(),
actionExecutionContext
.getInputMetadataProvider()
.getInputMetadata(getPrimaryInput()));
// actionExecutionContext
// .getOutputMetadataStore()
// .injectFile(
// getPrimaryOutput(),
// actionExecutionContext
// .getInputMetadataProvider()
// .getInputMetadata(getPrimaryInput()));
} else {
outputPath.createSymbolicLink(targetPath);
}
Expand Down

0 comments on commit c8dd289

Please sign in to comment.