Remove inoperative >/dev/null
This commit is contained in:
parent
455d16d1bf
commit
1a72802205
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ to access it. This is where an SSH key pair comes in handy.
|
||||||
## without extra base64 encoding.
|
## without extra base64 encoding.
|
||||||
## https://gitlab.com/gitlab-examples/ssh-private-key/issues/1#note_48526556
|
## 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
|
## Create the SSH directory and give it the right permissions
|
||||||
|
|
Loading…
Reference in a new issue