Fix home directory detection
What does this MR do?
Fix home directory detection
With 452ac0a2 we changed how HOME directory detection and "fixing" is working, but now it's causing runner to fail in cases it didn't before.
The change was done because previously we've been using a deprecated
function from the homedir
package. It was, however, done wrong.
This commit reverts code to a previous version.
Why was this MR needed?
What's the best way to test this MR?
What are the relevant issue numbers?
Edited by Tomasz Maczukin