Commit 14bcd17b authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'ssh-add-no-redirect' into 'master'

In ssh_keys docs, don't redirect stdout of ssh-add

See merge request gitlab-org/gitlab-ce!31630
parents 40579565 1a728022
......@@ -76,7 +76,7 @@ to access it. This is where an SSH key pair comes in handy.
## without extra base64 encoding.
## https://gitlab.com/gitlab-examples/ssh-private-key/issues/1#note_48526556
##
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add -
##
## Create the SSH directory and give it the right permissions
......
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