From 5c2b3643580d8d38381bfb76d251bf633d9f9729 Mon Sep 17 00:00:00 2001 From: Benoit Mortier <benoit.mortier@opensides.be> Date: Fri, 6 Apr 2018 11:05:18 +0200 Subject: [PATCH] :ambulance: fix(gitlab-ci): remove the -tag from all stage except from the tarballs stage Signed-off-by: Benoit Mortier <benoit.mortier@opensides.be> --- .gitlab-ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index efe084b7c..674497f11 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,6 @@ create_perl_lint_rapport: stage: lint only: - branches - - tags before_script: - apt-get update -qq - apt-get install -y -qq libarchive-extract-perl libcrypt-cbc-perl libdigest-sha-perl libfile-copy-recursive-perl @@ -32,7 +31,6 @@ create_php_lint_rapport_jessie: stage: lint only: - branches - - tags script: - find . -type f -name '*.php' -o -name '*.inc' -print0 | xargs -0 -n1 php -l @@ -42,7 +40,6 @@ create_php_lint_rapport_stretch: stage: lint only: - branches - - tags script: - find . -type f -name '*.php' -o -name '*.inc' -print0 | xargs -0 -n1 php -l @@ -53,7 +50,6 @@ create_perlcritic_rapport: stage: codestyle only: - branches - - tags before_script: - apt-get update -qq - apt-get install -y -qq libperl-critic-perl @@ -67,7 +63,6 @@ create_php_code_sniffer_rapport: stage: codestyle only: - branches - - tags before_script: - apt-get update -qq - apt-get install -y -qq git php-cli php-codesniffer @@ -80,7 +75,6 @@ create_manpages_lint_report: stage: lint only: - branches - - tags before_script: - apt-get update -qq - apt-get install -y -qq perl man-db @@ -97,7 +91,6 @@ fusiondirectory-update-locale: stage: transifex only: - branches - - tags before_script: - apt-get update -qq - apt-get install -y -qq gettext git php-cli @@ -110,7 +103,6 @@ update-transifex: stage: transifex only: - branches - - tags before_script: - apt-get update -qq - apt-get install -y -qq gettext git php-cli transifex-client -- GitLab