mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Change bk post-commit trigger to pick up anything under Docs/ instead of just Docs/manual.texi
This commit is contained in:
@ -59,8 +59,9 @@ EOF
|
|||||||
|
|
||||||
#++
|
#++
|
||||||
# docs-commit@ mail
|
# docs-commit@ mail
|
||||||
|
# Picks up anything under the Docs subdirectory (relevant for docs team).
|
||||||
#--
|
#--
|
||||||
bk changes -v -r+ | grep -q Docs/manual.texi
|
bk changes -v -r+ | grep -q " Docs/"
|
||||||
if [ $? -eq 0 ]
|
if [ $? -eq 0 ]
|
||||||
then
|
then
|
||||||
echo "Notifying docs list at $DOCS"
|
echo "Notifying docs list at $DOCS"
|
||||||
|
Reference in New Issue
Block a user