Attempt to add code quality stuff back to Jenkins
Gitea - aviat/banker/pipeline/head There was a failure building this commit Details

This commit is contained in:
Timothy Warren 2023-03-16 14:50:51 -04:00
parent d39c39dab8
commit b1d7c887ee
1 changed files with 1 additions and 2 deletions

3
Jenkinsfile vendored
View File

@ -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'
}
}