ci: fix upload failed job log script

This commit is contained in:
Fu Hanxi
2023-11-23 08:03:42 +01:00
parent 581824d1f2
commit 4ef1a8cc3a

View File

@@ -172,7 +172,6 @@ variables:
test "$CI_CCACHE_STATS" == 1 && test -n "$(which ccache)" && ccache --show-stats || true
.upload_failed_job_log_artifacts: &upload_failed_job_log_artifacts |
- |
if [ $CI_JOB_STATUS = "failed" ]; then
python tools/ci/artifacts_handler.py upload --type logs
fi