Version 5.1 - All the GraphQL #32

Closed
timw4mail wants to merge 1160 commits from develop into master
Showing only changes of commit acd507d7f2 - Show all commits

2
Jenkinsfile vendored
View File

@ -7,6 +7,7 @@ pipeline {
image 'php-alpine' image 'php-alpine'
args '-u root --privileged' args '-u root --privileged'
} }
}
steps { steps {
sh 'apk add --no-cache git' sh 'apk add --no-cache git'
sh 'curl -sS https://getcomposer.org/installer | php' sh 'curl -sS https://getcomposer.org/installer | php'
@ -14,7 +15,6 @@ pipeline {
sh 'php composer.phar install --ignore-platform-reqs' sh 'php composer.phar install --ignore-platform-reqs'
} }
} }
}
stage('PHP 7.3') { stage('PHP 7.3') {
agent { agent {
docker { docker {