Skip to content

Commit 192ad23

Browse files
committed
sort | uniq updates for prow
1 parent f124014 commit 192ad23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/get-updated-preview-urls.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ for updated_page in $updated_pages; do
4343
pages+=("${preview_url}/${found_page}")
4444
done
4545

46-
printf '%s\n' "${pages[@]}"
46+
printf '%s\n' "${pages[@]}" | sort | uniq

0 commit comments

Comments
 (0)