Commit fb4bfcd6 authored by Jonathan Swaelens's avatar Jonathan Swaelens
Browse files

:sparkles: feat(gitlab-ci): Modify the name stage for codestyle


Modify the name stage for codestyle

Signed-off-by: default avatarJonathan Swaelens <swaelens.jonathan@opensides.be>
Showing with 4 additions and 4 deletions
+4 -4
...@@ -7,7 +7,7 @@ variables: ...@@ -7,7 +7,7 @@ variables:
stages: stages:
- lint - lint
- codestyling - codestyle
- manpages - manpages
- transifex - transifex
...@@ -46,11 +46,11 @@ create_php_lint_rapport_stretch: ...@@ -46,11 +46,11 @@ create_php_lint_rapport_stretch:
script: script:
- find . -type f -name '*.php' -o -name '*.inc' -print0 | xargs -0 -n1 php -l - find . -type f -name '*.php' -o -name '*.inc' -print0 | xargs -0 -n1 php -l
## Stage codestyling ## Stage codestyle
# Generate perlcritic rapport # Generate perlcritic rapport
create_perlcritic_rapport: create_perlcritic_rapport:
stage: codestyling stage: codestyle
only: only:
- branches - branches
- tags - tags
...@@ -64,7 +64,7 @@ create_perlcritic_rapport: ...@@ -64,7 +64,7 @@ create_perlcritic_rapport:
# PHP codesniffer # PHP codesniffer
create_php_code_sniffer_rapport: create_php_code_sniffer_rapport:
stage: codestyling stage: codestyle
only: only:
- branches - branches
- tags - tags
......
  • bmortier @bmortier

    mentioned in commit bf67da90

    By manager on 2018-02-28T21:58:03 (imported from GitLab)

    ·

    mentioned in commit bf67da90

    By manager on 2018-02-28T21:58:03 (imported from GitLab)

    Toggle commit list
  • bmortier @bmortier

    mentioned in merge request !151

    By bmortier on 2018-02-28T21:58:12 (imported from GitLab)

    ·

    mentioned in merge request !151

    By bmortier on 2018-02-28T21:58:12 (imported from GitLab)

    Toggle commit list
  • bmortier @bmortier

    mentioned in commit a2b05152

    By manager on 2018-04-05T20:01:55 (imported from GitLab)

    ·

    mentioned in commit a2b05152

    By manager on 2018-04-05T20:01:55 (imported from GitLab)

    Toggle commit list
  • bmortier @bmortier

    mentioned in merge request !212

    By bmortier on 2018-04-05T20:01:55 (imported from GitLab)

    ·

    mentioned in merge request !212

    By bmortier on 2018-04-05T20:01:55 (imported from GitLab)

    Toggle commit list
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