BUILD_RELEASE: debugging what is causing the exit from generate-body

This commit is contained in:
XargonWan 2024-11-13 14:55:30 +09:00
parent d765ba8dcc
commit b1747c67dd

View file

@ -156,6 +156,8 @@ jobs:
# Debug
xmlstarlet sel -t -m "/component/releases/release[1]/description/*" -c "." -n "$xml_file"
echo "[DEBUG] CHECKPOINT 2.1"
# Extract the raw description content using xmlstarlet with error handling
raw_description=$(xmlstarlet sel -t -m "/component/releases/release[1]/description/*" -c "." -n "$xml_file" 2>&1)
status=$?