Closed UebelAndre closed 3 years ago
Check the config help. Use --builds-dir
to override this path. You may also need to override the cache directory as well (e.g., --cache-dir
).
I think this is worth updating the top level README https://github.com/RLovelett/gitlab-fusion/blame/main/README.md#L157-L159
If you'd like to submit an update to the README I would review it.
When running a build where the user in the VM is named
runner
there's a permissions errorThis appears to be caused by: https://github.com/RLovelett/gitlab-fusion/blob/7a19fdbf3f713d722ab6b9266238a5add779f4e0/Sources/gitlab-fusion/Stages/Config.swift#L38
I think the
--ssh-username
should be used here instead.