fix dev build

This commit is contained in:
radius 2016-03-25 12:24:19 -05:00
parent 3c5ac0438b
commit aa0ec01aaf

View File

@ -1032,9 +1032,9 @@ buildbot_pull(){
echo "cloning repo..."
cd $PARENTDIR
if [ ! -z "$BRANCH" ]; then
git clone "$URL" "$DIR" --depth=1
else
git clone -b "$BRANCH" "$URL" "$DIR"
else
git clone "$URL" "$DIR" --depth=1
fi
cd $WORK
if [ "${TYPE}" = "PROJECT" ]; then