mirror of
https://github.com/typeable/elm-ui.git
synced 2024-11-29 23:32:21 +03:00
test github access with script
This commit is contained in:
parent
fac4cd6753
commit
662a9988f5
@ -7,7 +7,8 @@
|
||||
"test": "elm-test",
|
||||
"test-render": "node tests-rendering/automation/run.js --chrome",
|
||||
"test-render-sauce": "source sauce.env; node tests-rendering/automation/run.js --sauce",
|
||||
"test-render-sauce-automated": "node tests-rendering/automation/run.js --sauce",
|
||||
"test-render-sauce-automated-old": "node tests-rendering/automation/run.js --sauce",
|
||||
"test-render-sauce-automated": "bash tests-rendering/automation/add-key-to-ssh.sh",
|
||||
"bench": "node benchmarks/runtime/index.js"
|
||||
},
|
||||
"repository": {
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
eval $(ssh-agent -s)
|
||||
# ssh-add <(echo "$ELM_UI_TESTING_SSH_PRIVATE_KEY")
|
||||
ssh-add - <<< "${ELM_UI_TESTING_SSH_PRIVATE_KEY}"
|
||||
# eval $(ssh-agent -s)
|
||||
# # 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