From 4df4159413a4bf30a891f21cd69202e8746c8fea Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 22 Jan 2015 19:04:57 +0100 Subject: Removed Git.sshkey() as it couldn't be distributed properly. However, I kept information on how to achieve the same thing with `custom_environment()` in the test. Related to #234 --- git/scripts/ssh_wrapper.sh | 2 -- 1 file changed, 2 deletions(-) delete mode 100755 git/scripts/ssh_wrapper.sh (limited to 'git/scripts/ssh_wrapper.sh') diff --git a/git/scripts/ssh_wrapper.sh b/git/scripts/ssh_wrapper.sh deleted file mode 100755 index bc0ab024..00000000 --- a/git/scripts/ssh_wrapper.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env sh -ssh -i "$GIT_SSH_KEY_FILE" $@ -- cgit v1.2.1