From 5a11bea69b927c71554ce643be4c1f5db6b6a9c3 Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Thu, 16 Mar 2023 14:59:49 -0400 Subject: [PATCH] Attempt to add code quality stuff back to Jenkins --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 537d031..2a44d7f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,6 +8,7 @@ pipeline { sh 'rm -f composer.lock' sh 'phive --no-progress install --trust-gpg-keys 67F861C3D889C656' sh 'php composer.phar install --ignore-platform-reqs' + sh 'cd tools && php composer.phar install --ignore-platform-reqs' } } stage("Test PHP 8") {