From 52abca88cfef238485ed702f5a01c0feacb227e2 Mon Sep 17 00:00:00 2001 From: Benoit Mortier <benoit.mortier@opensides.be> Date: Thu, 5 Apr 2018 22:49:57 +0200 Subject: [PATCH] :ambulance: fix(gitlab): Restructure gitlab-ci Signed-off-by: Benoit Mortier <benoit.mortier@opensides.be> --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 446b9d345..43ced71c8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,6 @@ variables: stages: - lint - codestyle - - manpages - transifex - tarballs @@ -77,8 +76,8 @@ create_php_code_sniffer_rapport: - find . -type f -name '*.php' -o -name '*.inc' -exec phpcs --standard=../dev-tools/php-codesniffer-rules/FDStandard/ruleset.xml "{}" \; # generate man pages to test validity -test_manpages: - stage: manpages +create_manpages_lint_report: + stage: lint only: - branches - tags -- GitLab