Version 5.1 - All the GraphQL #32
12
Jenkinsfile
vendored
12
Jenkinsfile
vendored
@ -7,12 +7,12 @@ pipeline {
|
||||
image 'php-alpine'
|
||||
args '-u root --privileged'
|
||||
}
|
||||
steps {
|
||||
sh 'apk add --no-cache git'
|
||||
sh 'curl -sS https://getcomposer.org/installer | php'
|
||||
sh 'rm -f composer.lock'
|
||||
sh 'php composer.phar install --ignore-platform-reqs'
|
||||
}
|
||||
}
|
||||
steps {
|
||||
sh 'apk add --no-cache git'
|
||||
sh 'curl -sS https://getcomposer.org/installer | php'
|
||||
sh 'rm -f composer.lock'
|
||||
sh 'php composer.phar install --ignore-platform-reqs'
|
||||
}
|
||||
}
|
||||
stage('PHP 7.3') {
|
||||
|
Loading…
Reference in New Issue
Block a user