Fix pipeline #26

Merged
Sieciech merged 19 commits from 4-pipeline into dev 2021-07-28 13:43:40 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit eafce0a52e - Show all commits

2
Jenkinsfile vendored
View File

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