From 4be8dd07b6a50320be3eede6770c9eb618c79975 Mon Sep 17 00:00:00 2001 From: f Date: Sat, 4 Feb 2023 14:28:02 -0300 Subject: [PATCH] feat: report system version too sutty/gems#2 --- bulk-compiler.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bulk-compiler.sh b/bulk-compiler.sh index ad372d9..75c36aa 100755 --- a/bulk-compiler.sh +++ b/bulk-compiler.sh @@ -54,7 +54,7 @@ find build/ -type f | grep -v /.keep | nl | BUILT="${FAILED}" echo "not ok ${NUMBER} - ${GEM_NAME} ${GEM_VERSION} build failed" - tea issue create -t "${GEM_NAME} ${GEM_VERSION} build failed" -d "$(cat build_log)" + tea issue create -t "${ID} ${OS_VERSION} ${GEM_NAME} ${GEM_VERSION} build failed" -d "$(cat build_log)" fi set -e