Skip to content

Commit cd20cb8

Browse files
committed
shfmt
1 parent cde4388 commit cd20cb8

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
@@ -26,8 +26,8 @@ echo "Cleaning up scaletest resources (${event})..."
2626
maybedryrun "${DRY_RUN}" coder exp scaletest cleanup \
2727
--cleanup-concurrency "${SCALETEST_CLEANUP_CONCURRENCY}" \
2828
--cleanup-job-timeout 15m \
29-
--cleanup-timeout 30m \
30-
| tee "result-cleanup-${event}.txt"
29+
--cleanup-timeout 30m |
30+
tee "result-cleanup-${event}.txt"
3131

3232
echo "Cleanup complete!"
3333

0 commit comments

Comments
 (0)