mirror of
https://framagit.org/framasoft/framadate/framadate
synced 2026-01-23 02:14:06 +00:00
Debug
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
f1678c1744
commit
e3c85117ae
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
2
Makefile
2
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue