diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b5ba0ce..6035c20 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,6 +26,7 @@ trads: stage: deploy image: framasoft/push-trad:latest script: + - sed -e "s@.*@$CI_COMMIT_REF_SLUG@" -i zanata.xml - 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: