1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

Updated the script to track changes in _topic_maps folder

This commit is contained in:
Gaurav Nelson
2023-08-23 10:31:26 +10:00
committed by openshift-cherrypick-robot
parent 9e0b3ef653
commit 485cc70ff0

View File

@@ -22,7 +22,7 @@ if [[ "$TRAVIS_PULL_REQUEST" ]]; then
send_request=false
for file in $modified_files; do
if [[ $file == *.adoc || $file == "_topic_map.yml" || $file == "_distro_map.yml" ]]; then
if [[ $file == *.adoc || $file == "_topic_map.yml" || $file == "_distro_map.yml" || $file == "_topic_maps/"* ]]; then
send_request=true
break
fi