Attempt to fix code quality check
Gitea - aviat/banker/pipeline/head There was a failure building this commit Details

This commit is contained in:
Timothy Warren 2021-11-30 15:21:38 -05:00
parent 0f9cf8dcd2
commit e905599778
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -40,6 +40,7 @@ pipeline {
stage('Code Cleanliness') {
agent any
steps {
sh 'touch build/logs/phpstan.log'
sh 'composer run-script ci:phpstan'
recordIssues(
failOnError: false,