Skip to content

Commit

Permalink
Set outputDir default value in config (#5543)
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Sherman <[email protected]>
  • Loading branch information
bentsherman committed Dec 11, 2024
1 parent bec0e93 commit f2e675d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ class ConfigBuilder {
binding.put('baseDir', base)
binding.put('projectDir', base)
binding.put('launchDir', Paths.get('.').toRealPath())
binding.put('outputDir', Paths.get('results').toRealPath())
binding.put('secrets', SecretsLoader.secretContext())
return binding
}
Expand Down

0 comments on commit f2e675d

Please sign in to comment.