From be0eaaaac04aaf14c47f11b2294761eb99b1d9a7 Mon Sep 17 00:00:00 2001 From: Matthew Griffith Date: Thu, 12 Mar 2020 21:14:28 -0400 Subject: [PATCH] just try contacting github with new key --- package.json | 3 ++- tests-rendering/automation/add-key-to-ssh.sh | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ecac16d..cc22b73 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/tests-rendering/automation/add-key-to-ssh.sh b/tests-rendering/automation/add-key-to-ssh.sh index 6901acd..4bece2e 100644 --- a/tests-rendering/automation/add-key-to-ssh.sh +++ b/tests-rendering/automation/add-key-to-ssh.sh @@ -1,2 +1,2 @@ ssh-add - <<< "${ELM_UI_TESTING_SSH_PRIVATE_KEY}" - +ssh -T git@github.com \ No newline at end of file