Skip to content
Snippets Groups Projects
Commit da54661b authored by Robert Speicher's avatar Robert Speicher
Browse files

Remove unintended linebreak

parent 541d08b8
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -190,8 +190,8 @@ sudo chown git:git /var/opt/gitlab/backups/*_gitlab_ci_backup.tar
If moving across the servers you can use `scp`.
However, this requires you to provide an authorized key or password to login to
the GitLab CE (or EE) server from the CI server. You can try to use ssh-agent
from your local machine to have that: login to your GitLab CI server using `ssh
-A`.
from your local machine to have that: login to your GitLab CI server using
`ssh -A`.
 
```bash
# Manual installation
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment