From e3c85117ae6e8d4d3eec4f39da4d6db82b6d57a9 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Fri, 22 Jun 2018 12:03:21 +0200 Subject: [PATCH] Debug Signed-off-by: Thomas Citharel --- .gitlab-ci.yml | 4 ++-- Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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