Fix pipeline #25

Merged
Sieciech merged 15 commits from 4-pipeline into dev 2021-07-28 09:03:10 +00:00
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'
}
}