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
d39c39dab8
commit
b1d7c887ee
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -3,11 +3,10 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage("Setup") {
|
stage("Setup") {
|
||||||
steps {
|
steps {
|
||||||
sh 'gpg --keyserver hkps://keys.openpgp.org --recv-keys 0x9D8A98B29B2D5D79'
|
|
||||||
sh 'curl -sS https://getcomposer.org/installer | php'
|
sh 'curl -sS https://getcomposer.org/installer | php'
|
||||||
sh 'rm -rf ./vendor'
|
sh 'rm -rf ./vendor'
|
||||||
sh 'rm -f composer.lock'
|
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'
|
sh 'php composer.phar install --ignore-platform-reqs'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user