From 9fb95b6fa5530c9c821f20c7a4f3664bee6d3b1a Mon Sep 17 00:00:00 2001 From: morris Date: Tue, 19 Jan 2021 17:25:48 +0800 Subject: [PATCH] ci: don't allow failure for submodule sync --- tools/ci/config/post_check.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/ci/config/post_check.yml b/tools/ci/config/post_check.yml index 18643e9a92..d141d0ca12 100644 --- a/tools/ci/config/post_check.yml +++ b/tools/ci/config/post_check.yml @@ -39,7 +39,6 @@ check_submodule_sync: - *show_submodule_urls - git submodule update --recursive - echo "IDF was cloned from ${PUBLIC_IDF_URL} completely" - allow_failure: true # remove this line when esp32s3 support in esptool got merged into master check_ut_cmake_make: extends: