No need to echo anything here
This commit is contained in:
parent
a13fce8a9d
commit
c5a19cf40b
1 changed files with 1 additions and 1 deletions
|
@ -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/[,/[}]"
|
||||
|
|
Loading…
Reference in a new issue