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:38:39 -04:00
parent f67e4c41e4
commit 81407e49b1
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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