Fix pipeline (#25)
CureNetMulti/pipeline/head Something is wrong with the build of this commit
Details
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:
parent
f0015a1961
commit
f57d6d81f0
|
@ -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'
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue