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:42:05 -04:00
parent 81407e49b1
commit d39c39dab8
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -3,6 +3,7 @@ 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'