TASK: Only generate one report
* As second report is not necessary and won't be generated since the first call will return exit > 0
This commit is contained in:
parent
aabb7a5059
commit
7ed37db05f
1 changed files with 0 additions and 1 deletions
|
@ -41,7 +41,6 @@ lint:php-mass-detection:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- ./vendor/bin/phpmd src text phpmd.xml > result/phpmd.txt
|
- ./vendor/bin/phpmd src text phpmd.xml > result/phpmd.txt
|
||||||
- ./vendor/bin/phpmd src html phpmd.xml > result/phpmd.html
|
|
||||||
artifacts:
|
artifacts:
|
||||||
when: on_failure
|
when: on_failure
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in a new issue