ci(code-review): add verbose param for debugging

This commit is contained in:
Yassine Doghri 2021-05-20 15:02:10 +00:00
parent 5e0f534322
commit b51072434b
No known key found for this signature in database
GPG Key ID: 3E7F89498B960C9F
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ static-analysis:
code-review:
stage: quality
script:
- vendor/bin/rector process --dry-run --ansi
- vendor/bin/rector process --dry-run --ansi --verbose
bundle_app:
stage: bundle