Merge branch 'master' into 'master'

fix example in ci ssh_keys documentation

See merge request gitlab-org/gitlab-ce!16079
This commit is contained in:
Achilleas Pipinellis 2018-01-09 13:34:16 +00:00
commit 678a00d60a
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ before_script:
## Assuming you created the SSH_KNOWN_HOSTS variable, uncomment the
## following two lines.
##
- echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts'
- echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts
##