Skip to content

Commit

Permalink
Fix Docker executor
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed Sep 30, 2022
1 parent a1b21a6 commit da1ccc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Nesting.jl
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ end
"PATH" => "/usr/local/julia/bin:/usr/local/bin:/usr/bin:/bin",
"HOME" => "/tmp/readwrite/home",
);
pwd = "/app",
pwd = pkgdir,
uid = Sandbox.getuid(),
gid = Sandbox.getgid(),
stderr = stderr,
Expand Down

0 comments on commit da1ccc1

Please # to comment.