Compare commits
No commits in common. "03a51ae47da02a6d9cd064a51021b32af65a3306" and "a13fce8a9d1c86e4d6a55d0dfe4f789e5e5530e0" have entirely different histories.
03a51ae47d
...
a13fce8a9d
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ inputs:
|
||||||
default: false
|
default: false
|
||||||
|
|
||||||
outputs:
|
outputs:
|
||||||
rpms:
|
rpm:
|
||||||
description: "Path to the generated rpm file"
|
description: "Path to the generated rpm file"
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
|
|
|
@ -55,7 +55,7 @@ for SPEC in ${SPECS[@]}; do
|
||||||
RPMS=$(grep Wrote result/build.log | grep "/RPMS/" | cut -d" " -f 2 | xargs basename)
|
RPMS=$(grep Wrote result/build.log | grep "/RPMS/" | cut -d" " -f 2 | xargs basename)
|
||||||
echo "::debug::built rpm: ${RPMS}"
|
echo "::debug::built rpm: ${RPMS}"
|
||||||
RESULT="${RESULT},\"${RPMS}\""
|
RESULT="${RESULT},\"${RPMS}\""
|
||||||
cd - &> /dev/null
|
cd -
|
||||||
done
|
done
|
||||||
|
|
||||||
RESULT="${RESULT/[,/[}]"
|
RESULT="${RESULT/[,/[}]"
|
||||||
|
|
Loading…
Reference in a new issue