add another debug output to see what we receive
All checks were successful
Build docker image / build-and-publish (push) Successful in 3m3s

This commit is contained in:
Carlos Mogas da Silva 2024-12-05 16:01:23 +00:00
parent c8a6c1f7f8
commit 62eb51cd6d

View file

@ -3,6 +3,7 @@
# SPECS should be a JSON array of all the to-process spec files # SPECS should be a JSON array of all the to-process spec files
# Forgejo runner doesn't support dynamic matrix jobs so, this has to be made this way # Forgejo runner doesn't support dynamic matrix jobs so, this has to be made this way
# Convert the JSON array to a bash array and iterate over it # Convert the JSON array to a bash array and iterate over it
echo "::debug::input_specs: ${INPUT_SPECS}"
readarray -t SPECS < <(echo ${INPUT_SPECS} | jq -c .[] | tr -d '"') readarray -t SPECS < <(echo ${INPUT_SPECS} | jq -c .[] | tr -d '"')
echo "::debug::specs: ${SPECS}" echo "::debug::specs: ${SPECS}"
SYSTEM=${INPUT_SYSTEM} SYSTEM=${INPUT_SYSTEM}