Browse Source

ci: exclude git files when uploading artifacts

Chen Yudong 4 năm trước cách đây
mục cha
commit
7d888f3669
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      .gitlab/ci/target-test.yml

+ 2 - 0
.gitlab/ci/target-test.yml

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