From e905599778f00c5c036b195a0c5d1c427be0a881 Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Tue, 30 Nov 2021 15:21:38 -0500 Subject: [PATCH] Attempt to fix code quality check --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 875c00d..8d662cb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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,