From cb03c5c054cf61a7029f10143b8338f5a04c37b5 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Fri, 6 Apr 2018 11:51:08 +0200 Subject: [PATCH] Check locales only on develop Signed-off-by: Thomas Citharel --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0e76b5d..0a1f14f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,6 +28,8 @@ check-trad: - git status > /dev/null 2>&1 - export CHANGES=$(git diff-files --shortstat) - if [[ $CHANGES != $ORIG ]]; then echo "*** There is changes in locales ***"; echo "*** You need to do `make pull-locales` in your repo ***"; exit 1; fi + only: + - develop # Create artifacts on master pages: