We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5caf386 commit 7681a4dCopy full SHA for 7681a4d
1 file changed
tests/bin/test-setup.sh
@@ -67,8 +67,10 @@ go get -v github.com/tools/godep
67
# cleanup any stale example applications
68
rm -rf $DEIS_ROOT/tests/example-*
69
70
-# generate ssh key if it doesn't already exist
+# generate ssh keys if they don't already exist
71
test -e ~/.ssh/$DEIS_TEST_AUTH_KEY || ssh-keygen -t rsa -f ~/.ssh/$DEIS_TEST_AUTH_KEY -N ''
72
+# TODO: parameterize this key required for keys_test.go?
73
+test -e ~/.ssh/deiskey || ssh-keygen -q -t rsa -f ~/.ssh/deiskey -N '' -C deiskey
74
75
# prepare the SSH agent
76
ssh-add -D || eval $(ssh-agent) && ssh-add -D
0 commit comments