mirror of
https://github.com/mdgriffith/elm-ui.git
synced 2024-11-29 15:24:07 +03:00
use previous bash command
This commit is contained in:
parent
13546a8770
commit
5ca3fcef30
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user