use previous bash command

This commit is contained in:
Matthew Griffith 2020-03-13 09:54:19 -04:00
parent 13546a8770
commit 5ca3fcef30

View File

@ -1,6 +1,7 @@
#!/bin/bash
eval $(ssh-agent -s)
ssh-add <(echo "$ELM_UI_TESTING_SSH_PRIVATE_KEY")
# ssh-add <(echo "$ELM_UI_TESTING_SSH_PRIVATE_KEY")
ssh-add - <<< "${ELM_UI_TESTING_SSH_PRIVATE_KEY}"
# List out your new key's fingerprint
ssh-add -l