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:
committed by
openshift-cherrypick-robot
parent
9e0b3ef653
commit
485cc70ff0
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user