ci: exclude git files when uploading artifacts

This commit is contained in:
Chen Yudong 2022-01-20 20:56:38 +08:00
parent 11d4542165
commit 7d888f3669

View File

@ -178,6 +178,8 @@ component_ut_pytest_esp32c3_generic:
paths:
- "**/*.log"
- $LOG_PATH
exclude:
- .git/**/*
expire_in: 1 week
reports:
junit: $LOG_PATH/*/XUNIT_RESULT.xml