From 27e704237713e916143379a0c382a101f8d546b8 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Sun, 14 Aug 2022 17:21:41 +1000 Subject: [PATCH] Tools: build_autotest.sh: sync submodules from new master not old Also remove a redundant pull --- Tools/scripts/build_autotest.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Tools/scripts/build_autotest.sh b/Tools/scripts/build_autotest.sh index 1ab808c026..789c89b6d0 100755 --- a/Tools/scripts/build_autotest.sh +++ b/Tools/scripts/build_autotest.sh @@ -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