Commit 52abca88 authored by Benoit Mortier's avatar Benoit Mortier
Browse files

:ambulance: fix(gitlab): Restructure gitlab-ci


Signed-off-by: default avatarBenoit Mortier <benoit.mortier@opensides.be>
Showing with 2 additions and 3 deletions
+2 -3
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment