diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2018-01-09 13:34:16 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2018-01-09 13:34:16 +0000 |
commit | 678a00d60a21fcd39fa5c8043fadc4a94e618f4d (patch) | |
tree | 4586e598b2a7cb9442b70c2b773bd0c77923ff61 | |
parent | dfcb0ed53d42ac74b49285d24d98b9b069ce7711 (diff) | |
parent | b570b34787b9a83e6af4e39a1e7445f86ff20911 (diff) | |
download | gitlab-ce-678a00d60a21fcd39fa5c8043fadc4a94e618f4d.tar.gz |
Merge branch 'master' into 'master'
fix example in ci ssh_keys documentation
See merge request gitlab-org/gitlab-ce!16079
-rw-r--r-- | doc/ci/ssh_keys/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/ssh_keys/README.md b/doc/ci/ssh_keys/README.md index df0e1521150..b8df0bfba20 100644 --- a/doc/ci/ssh_keys/README.md +++ b/doc/ci/ssh_keys/README.md @@ -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 ## |