From 2e71c6fc98eff8175201acd472865acd5446c599 Mon Sep 17 00:00:00 2001 From: Pierre Kancir Date: Wed, 1 Sep 2021 15:15:22 +0200 Subject: [PATCH] Tools: don't install MAVProxy submodule Cesium on CI --- Tools/scripts/build_ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/scripts/build_ci.sh b/Tools/scripts/build_ci.sh index 2e4a9be916828..61c01a66cbe9f 100755 --- a/Tools/scripts/build_ci.sh +++ b/Tools/scripts/build_ci.sh @@ -43,7 +43,7 @@ function run_autotest() { if [ $mavproxy_installed -eq 0 ]; then echo "Installing MAVProxy" pushd /tmp - git clone --recursive https://github.com/ardupilot/MAVProxy + git clone https://github.com/ardupilot/MAVProxy pushd MAVProxy python setup.py build install --user --force popd