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

This commit is contained in:
XargonWan 2024-11-13 14:14:09 +09:00
parent b4e4cdd607
commit 346baf4d19

View file

@ -154,7 +154,7 @@ jobs:
echo "[DEBUG] CHECKPOINT 2"
# Extract the raw description content using xmlstarlet
raw_description=$(xmlstarlet sel -t -m "/component/releases/release[1]/description/*" -c "." -n "$xml_file" 2>/dev/null)
raw_description=$(xmlstarlet sel -t -m "/component/releases/release[1]/description/*" -c "." -n "$xml_file")
echo "[DEBUG] CHECKPOINT 3"