diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e95d0a2..6eacea9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/Makefile b/Makefile index 4d4416d..292821c 100644 --- a/Makefile +++ b/Makefile @@ -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