Skip to content

Commit

Permalink
Engine: shell runner now sets current directory
Browse files Browse the repository at this point in the history
  • Loading branch information
marcanpilami committed Nov 4, 2018
1 parent 333bdfb commit 180fae2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ public State run()

// Ready launch
ProcessBuilder pb = new ProcessBuilder(args);
pb.directory(new File(this.ji.getNode().getRepo()));
pb.redirectErrorStream(false);

// Environment variables
Expand Down

0 comments on commit 180fae2

Please sign in to comment.