Skip to content

Resolve "rake gitlab:shell:install creates ~git/.ssh/environment which gitlab:check complains about"

Mike Ricketts requested to merge rickettm/gitlab-ce:38540-ssh-env-file into master

What does this MR do?

Stops the gitlab:shell:install task from creating ~git/.ssh/environemnet

Are there points in the code the reviewer needs to double check?

If there was a good reason why this file was created in the first place, then the fix may be instead to fix the gitlab:check rake task so that it tolerates the presence of the file.

Why was this MR needed?

All installs from source currently fail.

Screenshots (if relevant)

N/A

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #38540 (closed)

Edited by Mike Ricketts

Merge request reports