From 986acb28b5d3de4557d157e34ac429aaf4cfd8e0 Mon Sep 17 00:00:00 2001 From: Jeff Lindsay Date: Fri, 8 Nov 2013 14:01:51 -0800 Subject: [PATCH] gopath --- tests/ci/boot.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ci/boot.sh b/tests/ci/boot.sh index c7b181572..411056b4c 100755 --- a/tests/ci/boot.sh +++ b/tests/ci/boot.sh @@ -10,6 +10,7 @@ wget http://j.mp/godeb tar -zxvf ./godeb ./godeb install 1.1.2 +export GOPATH=/root/go git clone https://github.com/flynn/gitreceive-next.git cd gitreceive-next && make install