Commit 0e98773f authored by bmortier's avatar bmortier
Browse files

Merge branch '5813-restructure-gitlab-ci' into '1.2-fixes'

Resolve "Restructure gitlab-ci"

See merge request fusiondirectory/fd!209
Showing with 2 additions and 3 deletions
+2 -3
...@@ -8,7 +8,6 @@ variables: ...@@ -8,7 +8,6 @@ variables:
stages: stages:
- lint - lint
- codestyle - codestyle
- manpages
- transifex - transifex
- tarballs - tarballs
...@@ -77,8 +76,8 @@ create_php_code_sniffer_rapport: ...@@ -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 "{}" \; - 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 # generate man pages to test validity
test_manpages: create_manpages_lint_report:
stage: manpages stage: lint
only: only:
- branches - branches
- tags - 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