mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
Change bk post-commit trigger to pick up anything under Docs/ instead of just Docs/manual.texi
This commit is contained in:
parent
2d0bb667d5
commit
7b8e5eb725
1 changed files with 2 additions and 1 deletions
|
@ -59,8 +59,9 @@ EOF
|
|||
|
||||
#++
|
||||
# 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 ]
|
||||
then
|
||||
echo "Notifying docs list at $DOCS"
|
||||
|
|
Loading…
Reference in a new issue