Tools: build_autotest.sh: sync submodules from new master not old

Also remove a redundant pull
This commit is contained in:
Peter Barker 2022-08-14 17:21:41 +10:00 committed by Peter Barker
parent 58cb4cbfb1
commit 27e7042377

View File

@ -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