From ee8ab79696fced30436ff92d6ca271ec2e24faaf Mon Sep 17 00:00:00 2001 From: David Cermak Date: Mon, 9 Sep 2019 11:48:24 +0200 Subject: [PATCH] ci: fix test build system when using template repository from a different branch then master --- tools/ci/test_build_system.sh | 2 +- tools/ci/test_build_system_cmake.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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..."