Skip to content

Commit

Permalink
Test updated fix for CI node provisioning
Browse files Browse the repository at this point in the history
Quick-Functional: true
Run-GHA: true
Required-githooks: true
Skip-build: true
Skip-test: true
Skip-unit-tests: true

Signed-off-by: Margaret Lawson <[email protected]>
  • Loading branch information
mlawsonca committed Jan 21, 2025
1 parent 00d590a commit fdaf9b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/junit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ report_junit() {
clush -o '-i ci_key' -l root -w "$nodes" --rcopy "$results"

local results_files
results_files=$(find . -maxdepth 1 -name "$results.*")
results_files=($(find . -maxdepth 1 -name "$results.*"))

Check failure on line 27 in ci/junit.sh

View workflow job for this annotation

GitHub Actions / ShellCheck

Prefer mapfile or read -a to split command output (or quote to avoid splitting). [SC2207]

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

0 comments on commit fdaf9b1

Please sign in to comment.