Browse Source

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

Also remove a redundant pull
master
Peter Barker 3 years ago committed by Peter Barker
parent
commit
27e7042377
  1. 3
      Tools/scripts/build_autotest.sh

3
Tools/scripts/build_autotest.sh

@ -58,9 +58,8 @@ echo "Updating APM" @@ -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…
Cancel
Save