diff --git a/Jenkinsfile b/Jenkinsfile index 0d1650e..86c18f5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,7 @@ pipeline { steps { echo "[Neutral-Deploy] - Test Stage" sh "rm -rf neutral" - sh "git clone git clone https://git.raphix.fr/infrastructure/neutral.git" + sh "git clone https://git.raphix.fr/infrastructure/neutral.git" sh "cd neutral" sh "npm i" sh "PORT=3100 node bin/www"