Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2018-06-22 12:03:21 +02:00
parent f1678c1744
commit e3c85117ae
2 changed files with 3 additions and 3 deletions

View file

@ -105,5 +105,5 @@ trads:
script:
- if [ ! -z ${ZANATA_CONFIG_FRAMABOT+x} ]; then mkdir -p ${HOME}/.config; echo -e "${ZANATA_CONFIG_FRAMABOT}" > ${HOME}/.config/zanata.ini; fi
- if [ ! -z ${ZANATA_CONFIG_FRAMABOT+x} ]; then make push-locales; fi
only:
- develop
#only:
# - develop

View file

@ -2,7 +2,7 @@ locales:
scripts/locales.sh
push-locales: locales
zanata-cli -q -B push
zanata-cli -q -B push --errors
pull-locales:
zanata-cli -q -B pull --min-doc-percent 50