From 37c0428fb55c4a19f4e5a65f72e9be09b79c355a Mon Sep 17 00:00:00 2001 From: moilanik Date: Sun, 14 Jun 2026 08:03:04 +0300 Subject: [PATCH] asgrasg --- .gitea/workflows/quality-gate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/quality-gate.yml b/.gitea/workflows/quality-gate.yml index 58001cb..dc17fc6 100644 --- a/.gitea/workflows/quality-gate.yml +++ b/.gitea/workflows/quality-gate.yml @@ -60,7 +60,7 @@ jobs: apk add -q lsof python3 jq curl ruby bats tests/ ' 2>&1 | tee "reports/${GITHUB_SHA:0:8}/bats/results.txt" - BATS_EXIT=$? + BATS_EXIT=${PIPESTATUS[1]} bash .ci/.gitea/scripts/bats-report.sh "reports/${GITHUB_SHA:0:8}/bats" || true STATE="success"