Simplify publish-report action by removing unnecessary variable assignment in JUnit file processing.
This commit is contained in:
@@ -16,7 +16,6 @@ runs:
|
|||||||
for f in **/target/*-reports/TEST-*.xml; do
|
for f in **/target/*-reports/TEST-*.xml; do
|
||||||
base="$(basename "$f")"
|
base="$(basename "$f")"
|
||||||
short="${base#TEST-}"
|
short="${base#TEST-}"
|
||||||
short="${short%.xml}"
|
|
||||||
cp "$f" "junit-short/${short}"
|
cp "$f" "junit-short/${short}"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user