diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-03-14 07:48:18 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-03-14 07:48:18 +0000 |
commit | b6055bc1ea348998d2e468e7d4e81a91f7eb4077 (patch) | |
tree | 655f6ad47d2d60b8cbdb266b4d74da3dea5eb410 /doc | |
parent | d3024ee17b10ceac3ba33eca15c4d967763276ec (diff) | |
parent | 534f02b9340d30d9bb751b429ffdfc6351abc1a3 (diff) | |
download | gitlab-ce-b6055bc1ea348998d2e468e7d4e81a91f7eb4077.tar.gz |
Merge branch 'patch-15' into 'master'
Fix miswording
See merge request !9832
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ci/ssh_keys/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ci/ssh_keys/README.md b/doc/ci/ssh_keys/README.md index 49e7ac38b26..d00faaadc8b 100644 --- a/doc/ci/ssh_keys/README.md +++ b/doc/ci/ssh_keys/README.md @@ -30,8 +30,8 @@ This is the universal solution which works with any type of executor ## SSH keys when using the Docker executor You will first need to create an SSH key pair. For more information, follow the -instructions to [generate an SSH key](../../ssh/README.md). Do not add a comment -to the SSH key, or the `before_script` will prompt for a passphrase. +instructions to [generate an SSH key](../../ssh/README.md). Do not add a +passphrase to the SSH key, or the `before_script` will prompt for it. Then, create a new **Secret Variable** in your project settings on GitLab following **Settings > Variables**. As **Key** add the name `SSH_PRIVATE_KEY` |