diff --git a/tools/ci/test_build_system.sh b/tools/ci/test_build_system.sh index 9eb65621f..7a7f17dbd 100755 --- a/tools/ci/test_build_system.sh +++ b/tools/ci/test_build_system.sh @@ -46,7 +46,7 @@ function run_tests() if [ -z $CHECKOUT_REF_SCRIPT ]; then git checkout ${CI_BUILD_REF_NAME} || echo "Using esp-idf-template default branch..." else - $CHECKOUT_REF_SCRIPT esp-idf-template + $CHECKOUT_REF_SCRIPT esp-idf-template . fi print_status "Updating template config..." diff --git a/tools/ci/test_build_system_cmake.sh b/tools/ci/test_build_system_cmake.sh index 6ee3559a9..974b6281f 100755 --- a/tools/ci/test_build_system_cmake.sh +++ b/tools/ci/test_build_system_cmake.sh @@ -48,7 +48,7 @@ function run_tests() if [ -z $CHECKOUT_REF_SCRIPT ]; then git checkout ${CI_BUILD_REF_NAME} || echo "Using esp-idf-template default branch..." else - $CHECKOUT_REF_SCRIPT esp-idf-template + $CHECKOUT_REF_SCRIPT esp-idf-template . fi print_status "Try to clean fresh directory..."