ci: don't allow failure for submodule sync

pull/6491/head
morris 2021-01-19 17:25:48 +08:00
rodzic 273b9f503c
commit 9fb95b6fa5
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -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: