Skip to content

Commit fdaf9b1

Browse files
committed
Test updated fix for CI node provisioning
Quick-Functional: true Run-GHA: true Required-githooks: true Skip-build: true Skip-test: true Skip-unit-tests: true Signed-off-by: Margaret Lawson <mlawsonca@google.com>
1 parent 00d590a commit fdaf9b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/junit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ report_junit() {
2424
clush -o '-i ci_key' -l root -w "$nodes" --rcopy "$results"
2525

2626
local results_files
27-
results_files=$(find . -maxdepth 1 -name "$results.*")
27+
results_files=($(find . -maxdepth 1 -name "$results.*"))
2828

2929
if [ ${#results_files[@]} -eq 0 ]; then
3030
echo "No results found to report as JUnit results"

0 commit comments

Comments
 (0)