4.1 Beta...ish #12
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -6,7 +6,8 @@ pipeline {
|
|||||||
docker { image 'php:7.1-alpine' }
|
docker { image 'php:7.1-alpine' }
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sh 'build/docker_install.sh > /dev/null'
|
sh 'chmod +x build/docker_install.sh'
|
||||||
|
sh 'build/docker_install.sh'
|
||||||
sh 'apk add --no-cache php7-phpdbg'
|
sh 'apk add --no-cache php7-phpdbg'
|
||||||
sh 'curl -sS https://getcomposer.org/installer | php'
|
sh 'curl -sS https://getcomposer.org/installer | php'
|
||||||
sh 'php composer.phar install --ignore-platform-reqs'
|
sh 'php composer.phar install --ignore-platform-reqs'
|
||||||
@ -18,7 +19,8 @@ pipeline {
|
|||||||
docker { image 'php:7.2-alpine' }
|
docker { image 'php:7.2-alpine' }
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sh 'build/docker_install.sh > /dev/null'
|
sh 'chmod +x build/docker_install.sh'
|
||||||
|
sh 'build/docker_install.sh'
|
||||||
sh 'apk add --no-cache php7-phpdbg'
|
sh 'apk add --no-cache php7-phpdbg'
|
||||||
sh 'curl -sS https://getcomposer.org/installer | php'
|
sh 'curl -sS https://getcomposer.org/installer | php'
|
||||||
sh 'php composer.phar install --ignore-platform-reqs'
|
sh 'php composer.phar install --ignore-platform-reqs'
|
||||||
|
Loading…
Reference in New Issue
Block a user