Make sure git is installed for CI

This commit is contained in:
Timothy Warren 2020-03-11 22:18:04 -04:00
parent ef7c1da5f2
commit 17b01f6d48
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -9,7 +9,7 @@ pipeline {
}
}
steps {
sh 'apk add --no-cache php7-phpdbg php7-xsl php7-gd php7-json php7-pdo'
sh 'apk add --no-cache git 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'
@ -25,7 +25,7 @@ pipeline {
}
}
steps {
sh 'apk add --no-cache php7-phpdbg php7-xsl php7-gd php7-json php7-pdo'
sh 'apk add --no-cache git 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'