From: Holger Levsen Date: Wed, 27 Mar 2013 12:19:06 +0000 (+0100) Subject: use master branch of git://git/ri/autotest.git as requested by Marjan X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=9700a5ff86d0d21c2f4c577d148375fa431c8f22;p=profitbricks%2Fjenkins-build-scripts.git use master branch of git://git/ri/autotest.git as requested by Marjan --- diff --git a/liveboot_gw_autotest.sh b/liveboot_gw_autotest.sh index caf630c..3c56626 100755 --- a/liveboot_gw_autotest.sh +++ b/liveboot_gw_autotest.sh @@ -58,7 +58,7 @@ ssh -t $PSERVER "sudo mount /dev/sda1 -t ext3 /mnt/local_hdd" # ssh -t $CORE_ROUTER "sudo rm /opt/autotest -rf ; sudo mkdir -p /opt/autotest ; sudo chown jenkins /opt/autotest" ssh -t $CORE_ROUTER "cd /opt ; git clone git://git/ri/autotest.git" -ssh -t $CORE_ROUTER "cd /opt/autotest ; git checkout develop" +ssh -t $CORE_ROUTER "cd /opt/autotest ; git checkout master" # # run autotests