mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
BUILD_RELEASE: debugging what is causing the exit from generate-body
This commit is contained in:
parent
558ade07cb
commit
5ae01a9f7b
3
.github/workflows/build_release.yml
vendored
3
.github/workflows/build_release.yml
vendored
|
@ -153,9 +153,8 @@ jobs:
|
|||
|
||||
echo "[DEBUG] CHECKPOINT 2"
|
||||
|
||||
# Extract the raw description content using xmlstarlet
|
||||
# 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)
|
||||
raw_description=$(xmlstarlet sel -v -t -m "/component/releases/release[1]/description/*" -c "." -n "$xml_file")
|
||||
status=$?
|
||||
|
||||
if [[ $status -ne 0 ]]; then
|
||||
|
|
Loading…
Reference in a new issue