feat: report system version too sutty/gems#2
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
f 2023-02-04 14:28:02 -03:00
parent ff02b4372a
commit 4be8dd07b6

View file

@ -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