mirror of
https://github.com/typeable/elm-ui.git
synced 2024-11-26 10:55:19 +03:00
just try contacting github with new key
This commit is contained in:
parent
d9a8ab0666
commit
be0eaaaac0
@ -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": "sh tests-rendering/automation/add-key-to-ssh.sh;node tests-rendering/automation/run.js --sauce",
|
||||
"test-render-sauce-automated-old": "sh tests-rendering/automation/add-key-to-ssh.sh;node tests-rendering/automation/run.js --sauce",
|
||||
"test-render-sauce-automated": "sh tests-rendering/automation/add-key-to-ssh.sh",
|
||||
"bench": "node benchmarks/runtime/index.js"
|
||||
},
|
||||
"repository": {
|
||||
|
@ -1,2 +1,2 @@
|
||||
ssh-add - <<< "${ELM_UI_TESTING_SSH_PRIVATE_KEY}"
|
||||
|
||||
ssh -T git@github.com
|
Loading…
Reference in New Issue
Block a user