mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
Tools: build_autotest.sh: sync submodules from new master not old
Also remove a redundant pull
This commit is contained in:
parent
58cb4cbfb1
commit
27e7042377
@ -58,9 +58,8 @@ echo "Updating APM"
|
||||
pushd APM
|
||||
git checkout -f master
|
||||
git fetch origin
|
||||
git submodule update --recursive --force
|
||||
git reset --hard origin/master
|
||||
git pull
|
||||
Tools/gittools/submodule-sync.sh
|
||||
git clean -f -f -x -d -d
|
||||
git tag autotest-$(date '+%Y-%m-%d-%H%M%S') -m "test tag `date`"
|
||||
popd
|
||||
|
Loading…
Reference in New Issue
Block a user