Commit da54661b authored by Robert Speicher's avatar Robert Speicher

Remove unintended linebreak

parent 541d08b8
...@@ -190,8 +190,8 @@ sudo chown git:git /var/opt/gitlab/backups/*_gitlab_ci_backup.tar ...@@ -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`. If moving across the servers you can use `scp`.
However, this requires you to provide an authorized key or password to login to 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 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 from your local machine to have that: login to your GitLab CI server using
-A`. `ssh -A`.
```bash ```bash
# Manual installation # Manual installation
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment