mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Build: disable board specific build tags
disable this until we work out why apm1/apm2 tags have re-appeared
This commit is contained in:
parent
f69622f041
commit
801c4d0a93
@ -35,6 +35,9 @@ checkout() {
|
|||||||
vtag2="$vehicle-$tag"
|
vtag2="$vehicle-$tag"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo "FORCING NON-BOARD SPECIFIC BUILD"
|
||||||
|
vtag=$vtag2
|
||||||
|
|
||||||
echo "Checkout for $vehicle for $board with tag $tag"
|
echo "Checkout for $vehicle for $board with tag $tag"
|
||||||
|
|
||||||
git checkout "$vtag" || git checkout "$vtag2" || return 1
|
git checkout "$vtag" || git checkout "$vtag2" || return 1
|
||||||
|
Loading…
Reference in New Issue
Block a user