No need to echo anything here

This commit is contained in:
Carlos Mogas da Silva 2024-12-07 22:30:06 +00:00
parent a13fce8a9d
commit c5a19cf40b

View file

@ -55,7 +55,7 @@ for SPEC in ${SPECS[@]}; do
RPMS=$(grep Wrote result/build.log | grep "/RPMS/" | cut -d" " -f 2 | xargs basename)
echo "::debug::built rpm: ${RPMS}"
RESULT="${RESULT},\"${RPMS}\""
cd -
cd - &> /dev/null
done
RESULT="${RESULT/[,/[}]"