Restore temporarily commented git clone in autobuild runbuilds.pl

This commit is contained in:
David C W Brown 2018-04-23 20:45:01 +01:00
parent 5ec7c2359b
commit afe570e096

View file

@ -160,9 +160,9 @@ make full
sub BuildBranch {my ($branch) = @_;
Log undef, $branch, "$branch branch build triggered.";
# # Obtain a clean clone of vishaps
# DoLogged undef, $branch, "rm -rf $home/voc";
# DoLogged undef, $branch, "cd $home && git clone -b $branch --single-branch https://github.com/vishaps/voc";
# Obtain a clean clone of vishaps
DoLogged undef, $branch, "rm -rf $home/voc";
DoLogged undef, $branch, "cd $home && git clone -b $branch --single-branch https://github.com/vishaps/voc";
# Start each build in turn