Skip to content

Commit cb4dcec

Browse files
committed
remove duplication
1 parent 88d4876 commit cb4dcec

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

scripts/slowest_tests/update-slowest-times-issue.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ echo "$jobs" | jq -c '.[]' | while read -r job; do
5858
started_at=$(echo $job | jq -r '.started_at')
5959
completed_at=$(echo $job | jq -r '.completed_at')
6060

61-
human_readable=$(human_readable_time $started_at $completed_at)
62-
6361
if skip_job $name; then
6462
echo "Skipping $name"
6563
continue
@@ -77,9 +75,6 @@ echo "$jobs" | jq -c '.[]' | while read -r job; do
7775
echo $times
7876

7977
human_readable=$(human_readable_time $started_at $completed_at)
80-
81-
echo $human_readable
82-
8378
name=$(remove_prefix $name)
8479

8580
top="<details><summary>($human_readable) $name</summary>\n\n\n\`\`\`"

0 commit comments

Comments
 (0)