From f57d6d81f05b324558c3a7de5d8b10b4119557fc Mon Sep 17 00:00:00 2001 From: Sieciech Date: Wed, 28 Jul 2021 09:03:07 +0000 Subject: [PATCH] Fix pipeline (#25) Co-authored-by: Sieciech Co-authored-by: Sieciech Co-authored-by: admin Reviewed-on: http://git.fufle.net/Community/CureNet/pulls/25 Co-Authored-By: Sieciech Co-Committed-By: Sieciech --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index cc4c675..a3fdaa6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' } }