From 41fa6b0f2d5cc54f78d377a431ea85a5cf2fe43f Mon Sep 17 00:00:00 2001 From: Raphix Date: Sun, 19 Mar 2023 17:41:49 +0100 Subject: [PATCH] Test Neutral Pipeline #2 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"