diff --git a/Jenkinsfile b/Jenkinsfile index bc7553f..f9dc920 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,11 +3,10 @@ pipeline { stages { stage("Setup") { steps { - sh 'gpg --keyserver hkps://keys.openpgp.org --recv-keys 0x9D8A98B29B2D5D79' sh 'curl -sS https://getcomposer.org/installer | php' sh 'rm -rf ./vendor' sh 'rm -f composer.lock' - sh 'phive --no-progress install --trust-gpg-keys 4AA394086372C20A,2A8299CE842DD38C' + sh 'phive --no-progress install --trust-gpg-keys 67F861C3D889C656' sh 'php composer.phar install --ignore-platform-reqs' } }