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 15:00:52 -04:00
parent 5a11bea69b
commit 989df7dae2
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -8,7 +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'
sh 'cd tools && composer install --ignore-platform-reqs'
}
}
stage("Test PHP 8") {