Build: disable board specific build tags

disable this until we work out why apm1/apm2 tags have re-appeared
This commit is contained in:
Andrew Tridgell 2015-02-12 06:21:03 +11:00
parent f69622f041
commit 801c4d0a93

View File

@ -35,6 +35,9 @@ checkout() {
vtag2="$vehicle-$tag"
fi
echo "FORCING NON-BOARD SPECIFIC BUILD"
vtag=$vtag2
echo "Checkout for $vehicle for $board with tag $tag"
git checkout "$vtag" || git checkout "$vtag2" || return 1