Skip to content

Commit

Permalink
docs(circle): fix incorrect script example
Browse files Browse the repository at this point in the history
Little mistake in the example to add a ssh key for circleCi
  • Loading branch information
Oupsla authored and pvdlg committed Mar 4, 2019
1 parent aed4ea2 commit e5a5867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipes/git-auth-ssh-keys.md
Expand Up @@ -137,7 +137,7 @@ jobs:
# Make sure only the current user can read the private key
- chmod 600 /tmp/git_deploy_key
# Create a script to return the passphrase environment variable to ssh-add
- echo 'echo ${SSH_PASSPHRASE}' > /tmp/askpass && chmod +x /tmp/askpass
- echo 'echo ${SSL_PASSPHRASE}' > /tmp/askpass && chmod +x /tmp/askpass
# Start the authentication agent
- eval "$(ssh-agent -s)"
# Add the key to the authentication agent
Expand Down

0 comments on commit e5a5867

Please sign in to comment.