Fix pipeline (#25)
CureNetMulti/pipeline/head Something is wrong with the build of this commit Details

Co-authored-by: Sieciech <www.sieciech@gmail.com>
Co-authored-by: Sieciech <michal@fufle.net>
Co-authored-by: admin <jenkins@michal.sieciechowicz.pl>
Reviewed-on: http://git.fufle.net/Community/CureNet/pulls/25
Co-Authored-By: Sieciech <sieciech@noreply.fufle.net>
Co-Committed-By: Sieciech <sieciech@noreply.fufle.net>
This commit is contained in:
Michał Sieciechowicz 2021-07-28 09:03:07 +00:00
parent f0015a1961
commit f57d6d81f0
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'
}
}