ci(artifacts): upload build logs when build ssc failed

This commit is contained in:
Chen Yudong
2023-06-29 11:00:00 +08:00
committed by Chen Yu Dong
parent d9bbffc997
commit 6454c32616

View File

@@ -468,7 +468,11 @@ fast_template_app:
artifacts: false artifacts: false
artifacts: artifacts:
paths: paths:
- SSC/build/log/*
- SSC/build/**/*.log
- SSC/build/*log.txt
- SSC/ssc_bin - SSC/ssc_bin
when: always
expire_in: 1 week expire_in: 1 week
script: script:
- retry_failed git clone $SSC_REPOSITORY - retry_failed git clone $SSC_REPOSITORY