Skip to content

Commit 88549ba

Browse files
authored
Merge pull request #74195 from aireilly/tweak-get-updated-pages
[prow build] - fix small bug in scripts/get-updated-preview-urls.sh
2 parents ca282b6 + 1c4b3af commit 88549ba

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/get-updated-preview-urls.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ done
4646
# Make the HTML URL slug
4747
if [ ${#assemblies[@]} -gt 0 ]; then
4848
updated_pages=$(echo "${assemblies[@]}" | sed 's/\.adoc$/.html/' | sort | uniq)
49-
else
50-
# No updated pages, just add default URL
51-
pages+=("${preview_url}")
5249
fi
5350

5451
# Search built_pages for every entry in updated_pages and add to pages array when it is found

0 commit comments

Comments
 (0)