Commit 2a163a17 authored by Jacob Vosmaer's avatar Jacob Vosmaer

Explain chdir

parent 5fd923bd
......@@ -158,6 +158,7 @@ class GitlabShell
})
end
# We use 'chdir: ROOT_PATH' to let the next executable know where config.yml is.
Kernel::exec(env, *args, unsetenv_others: true, chdir: ROOT_PATH)
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment