Version 5.1 - All the GraphQL #32

Closed
timw4mail wants to merge 1160 commits from develop into master
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 7cc3c5bd88 - Show all commits

4
Jenkinsfile vendored
View File

@ -9,7 +9,7 @@ pipeline {
}
}
steps {
sh 'apk add --no-cache php7-phpdbg'
sh 'apk add --no-cache php7-phpdbg php7-xsl php7-gd php7-json php7-pdo'
sh 'curl -sS https://getcomposer.org/installer | php'
sh 'rm -f composer.lock'
sh 'php composer.phar install'
@ -25,7 +25,7 @@ pipeline {
}
}
steps {
sh 'apk add --no-cache php7-phpdbg'
sh 'apk add --no-cache php7-phpdbg php7-xsl php7-gd php7-json php7-pdo'
sh 'curl -sS https://getcomposer.org/installer | php'
sh 'rm -f composer.lock'
sh 'php composer.phar install --ignore-platform-reqs'