Skip to content

Commit

Permalink
Set scratch default to false when using Fusion
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Sherman <bentshermann@gmail.com>
  • Loading branch information
bentsherman committed Jan 17, 2024
1 parent 682a680 commit bfb4889
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class FusionScriptLauncher extends BashWrapperBuilder {
bean.headerScript = headerScript(bean)
// enable use of local scratch dir
if( bean.scratch==null )
bean.scratch = true
bean.scratch = false

return new FusionScriptLauncher(bean, scheme, remoteWorkDir)
}
Expand Down

0 comments on commit bfb4889

Please sign in to comment.