Skip to content

Commit

Permalink
Fix bug that causes post-provisioning to fail
Browse files Browse the repository at this point in the history
Required-githooks: true

Signed-off-by: Margaret Lawson <[email protected]>
  • Loading branch information
mlawsonca committed Jan 16, 2025
1 parent c218406 commit 96d6155
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=("$results".*)
results_files=(find . -maxdepth 1 -name "$results.*")

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

0 comments on commit 96d6155

Please sign in to comment.