Attempt to add code quality stuff back to Jenkins
Some checks failed
Gitea - aviat/banker/pipeline/head There was a failure building this commit
Some checks failed
Gitea - aviat/banker/pipeline/head There was a failure building this commit
This commit is contained in:
parent
8123d99bee
commit
5a11bea69b
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -8,6 +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'
|
||||
}
|
||||
}
|
||||
stage("Test PHP 8") {
|
||||
|
Loading…
Reference in New Issue
Block a user