From 39e02629e7ad94e7c3264690e398d398842a5663 Mon Sep 17 00:00:00 2001 From: Benoit Mortier <benoit.mortier@opensides.be> Date: Mon, 9 Apr 2018 17:36:47 +0200 Subject: [PATCH] ambulance: fix(gitlab-ci): Pass the gitlab-ci update-transiflex only on the main branches Signed-off-by: Benoit Mortier <benoit.mortier@opensides.be> --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 674497f11..cefe65cad 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -102,7 +102,7 @@ fusiondirectory-update-locale: update-transifex: stage: transifex only: - - branches + - /^1.*$/ before_script: - apt-get update -qq - apt-get install -y -qq gettext git php-cli transifex-client -- GitLab