This is an automated email from the ASF dual-hosted git repository.
jooger pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
The following commit(s) were added to refs/heads/main by this push:
new 15fe244a808 IGNITE-28212 add exit code when code contains mention
ticket (#7765)
15fe244a808 is described below
commit 15fe244a80833b7ccf394b88c5b79ff24e9d46a2
Author: Lozmanov <[email protected]>
AuthorDate: Thu Mar 12 14:24:30 2026 +0500
IGNITE-28212 add exit code when code contains mention ticket (#7765)
---
.teamcity/files/scripts/bash/CheckCodeBase.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/.teamcity/files/scripts/bash/CheckCodeBase.sh
b/.teamcity/files/scripts/bash/CheckCodeBase.sh
index d562747a5ab..5c2d0e3ff1e 100644
--- a/.teamcity/files/scripts/bash/CheckCodeBase.sh
+++ b/.teamcity/files/scripts/bash/CheckCodeBase.sh
@@ -12,4 +12,5 @@ if grep -iIER --exclude-dir={.git,.idea} '.' -e
".*${SOURCE}.*"; then
echo
echo "Ticket $SOURCE is still mentioned in one or more TODOs in the code"
echo
+ exit 1
fi