From 7061d7e67273dfcd7a42e6cebf74191f923e5ea3 Mon Sep 17 00:00:00 2001 From: xiaoxia Date: Tue, 28 Jul 2026 13:30:40 +0800 Subject: [PATCH] =?UTF-8?q?fix(ci):=20=E4=BF=AE=E5=A4=8DCI=20Gate=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5=E6=97=B6=E8=BF=94=E5=9B=9Eexit=200=E7=9A=84P0=20Bug?= =?UTF-8?q?=20(main)=20(#1057)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci-pipeline.yml b/.gitea/workflows/ci-pipeline.yml index 4d4e5b212..192bad25d 100755 --- a/.gitea/workflows/ci-pipeline.yml +++ b/.gitea/workflows/ci-pipeline.yml @@ -1805,7 +1805,7 @@ jobs: echo "❌ CI Gate: FAILED" echo "失败项: ${FAILED_ITEMS[*]}" echo "gate_result=failure" >> $GITHUB_OUTPUT - exit 0 + exit 1 fi - name: Report CI trace