Skip to content

Pass --create-home to `useradd salsaci`

mooff requested to merge mooff/pipeline:create-salsaci-home-dir into master

This adds --create-home to the useradd call in salsa-ci.yml

Some tools expect the home directory to exist.

For example, git will error if the files it's working on are not owned by the current user.

It suggests running git config --global --add safe.directory /path/to/repo to override that.

So, I run it, but it says:

error: could not lock config file /home/salsaci/.gitconfig: No such file or directory

Merge request reports

Loading