mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'ci/always_upload_build_ssc_log' into 'master'
ci (artifacts): upload build logs when build ssc failed See merge request espressif/esp-idf!24475
This commit is contained in:
commit
b7b6c33a17
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user