Skip to content

Commit 5cb0e9b

Browse files
committed
make fmt/shfmt
1 parent 7cffd30 commit 5cb0e9b

File tree

1 file changed

+2
-2
lines changed
  • scaletest/templates/scaletest-runner/scripts

1 file changed

+2
-2
lines changed

scaletest/templates/scaletest-runner/scripts/cleanup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ start_phase "Cleanup (${event})"
2525
coder exp scaletest cleanup \
2626
--cleanup-concurrency "${SCALETEST_CLEANUP_CONCURRENCY}" \
2727
--cleanup-job-timeout 15m \
28-
--cleanup-timeout 30m \
29-
| tee "result-cleanup-${event}.txt"
28+
--cleanup-timeout 30m |
29+
tee "result-cleanup-${event}.txt"
3030
end_phase
3131

3232
if [[ $event = manual ]]; then

0 commit comments

Comments
 (0)