From fd1270857d7dbda55cd068abdb8d7b162b982500 Mon Sep 17 00:00:00 2001 From: Raphix Date: Sun, 19 Mar 2023 14:46:50 +0100 Subject: [PATCH] Fix Install Jenkins #5 --- script/neutral_deploy.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/script/neutral_deploy.sh b/script/neutral_deploy.sh index 9a37430..ec63827 100644 --- a/script/neutral_deploy.sh +++ b/script/neutral_deploy.sh @@ -9,7 +9,6 @@ echo "[Neutral-Deploy] - Supression de Neutral : Processing" rm -rf ./neutral echo "[Neutral-Deploy] - Supression de Neutral : Success" echo "[Neutral-Deploy] - Installation de Neutral : Processing" -git config --global user.name "raphix" git clone https://git.raphix.fr/infrastructure/neutral.git echo "[Neutral-Deploy] - Installation de Neutral : Success" echo "[Neutral-Deploy] - Installation des dépendances : Processing"