fix composer path
This commit is contained in:
parent
90d5de728d
commit
eafce0a52e
|
@ -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'
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue