From 1876b2441f0d8f5d603d3aafb086f293a606677f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Hedenstr=C3=B6m?= <erik@codemate.se> Date: Mon, 17 Mar 2014 11:20:34 +0100 Subject: [PATCH] Removed chckout of specific rebar tag --- install/41_rebar.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install/41_rebar.sh b/install/41_rebar.sh index f215368..350be4b 100755 --- a/install/41_rebar.sh +++ b/install/41_rebar.sh @@ -8,7 +8,6 @@ cd $JENKINS_HOME/tools git clone git://github.com/rebar/rebar.git cd rebar -git checkout tags/2.2.0 ./bootstrap mkdir bin mv rebar bin -- GitLab