fix composer path

This commit is contained in:
Sieciech 2021-07-28 10:59:43 +02:00
parent 90d5de728d
commit eafce0a52e
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -51,7 +51,7 @@ pipeline {
stage('Backend') {
steps {
dir(path: 'src/backend') {
sh 'php8.0 /bin/composer install'
sh 'php8.0 /usr/local/bin/composer install'
}
}