From cd66ff15c907022cb628d69c8403db1a40724c2c Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Sun, 27 Oct 2019 17:53:52 -0400 Subject: [PATCH] Change doc translations to happen for master (not trunk) --- ci/debbie/postgis_release_docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/debbie/postgis_release_docs.sh b/ci/debbie/postgis_release_docs.sh index c68374b6d..e0107e126 100644 --- a/ci/debbie/postgis_release_docs.sh +++ b/ci/debbie/postgis_release_docs.sh @@ -70,7 +70,7 @@ cp html/images/* images make epub make -e chunked-html-web 2>&1 | tee -a doc-errors.log -if [[ "$reference" == *"trunk"* ]]; then #only do this for trunk because only trunk follows transifex +if [[ "$reference" == *"master"* ]]; then #only do this for trunk because only trunk follows transifex make update-pot make pull-tx make -C po/it_IT/ local-html -- 2.50.1