ci: exclude git files when uploading artifacts

This commit is contained in:
Chen Yudong
2022-01-20 20:56:38 +08:00
parent beda92a7a5
commit fc1b518ef7

View File

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