mirror of
https://github.com/mdgriffith/elm-ui.git
synced 2024-11-29 15:24:07 +03:00
mysterious bash smashing
This commit is contained in:
parent
f18f237404
commit
c00987247e
@ -1,4 +1,7 @@
|
||||
#!/bin/bash
|
||||
eval "$(ssh-agent -s)"
|
||||
ssh-add - <<< "${ELM_UI_TESTING_SSH_PRIVATE_KEY}"
|
||||
eval $(ssh-agent -s)
|
||||
ssh-add <(echo "$ELM_UI_TESTING_SSH_PRIVATE_KEY")
|
||||
|
||||
# List out your new key's fingerprint
|
||||
ssh-add -l
|
||||
ssh -T git@github.com
|
Loading…
Reference in New Issue
Block a user