just try contacting github with new key

This commit is contained in:
Matthew Griffith 2020-03-12 21:14:28 -04:00
parent d9a8ab0666
commit be0eaaaac0
2 changed files with 3 additions and 2 deletions

View File

@ -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": {

View File

@ -1,2 +1,2 @@
ssh-add - <<< "${ELM_UI_TESTING_SSH_PRIVATE_KEY}"
ssh -T git@github.com