Skip to content

Commit ed8809c

Browse files
aireillyopenshift-cherrypick-robot
authored andcommitted
script tweak for non source updates
1 parent 4947848 commit ed8809c

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)