Skip to content

Commit

Permalink
add missing done
Browse files Browse the repository at this point in the history
  • Loading branch information
shurivich committed Nov 20, 2024
1 parent 51642f4 commit 53f8085
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.continue.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -950,8 +950,9 @@ jobs:
command: |
mkdir -p logs_debugger
for dir in system-tests/logs*/; do
cp -r "$dir" logs_debugger
fi
cp -r "$dir" logs_debugger
fi
done
- store_test_results:
path: logs_debugger
Expand Down

0 comments on commit 53f8085

Please sign in to comment.