From 81407e49b10852ac193bb7650e5805e3e01c46a1 Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Thu, 16 Mar 2023 14:38:39 -0400 Subject: [PATCH] Attempt to add code quality stuff back to Jenkins --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0a6b031..521c0a1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,7 @@ pipeline { sh 'curl -sS https://getcomposer.org/installer | php' sh 'rm -rf ./vendor' sh 'rm -f composer.lock' - sh 'phive install' + sh 'phive --no-progress install --trust-gpg-keys 4AA394086372C20A,2A8299CE842DD38C' sh 'php composer.phar install --ignore-platform-reqs' } }