Add flag to disable skel of deb/rpm packages
The
skel
directory might cause issues like
gitlab-org/gitlab-runner#4449 (closed) when the user
installs GitLab Runner using the deb/rpm repositories. Allow the user
to disable this by setting the environment variable
GITLAB_RUNNER_DISABLE_SKEL to true, so that the home directory is
created without any skeleton in it.