From f2fd08e66c323a4f041ac1f72781c93af9d2a5e7 Mon Sep 17 00:00:00 2001 From: Gyurix Date: Tue, 11 Feb 2025 13:24:25 +0100 Subject: [PATCH] removed service_exec clone --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 0a956d1..2c67760 100755 --- a/deploy.sh +++ b/deploy.sh @@ -139,7 +139,7 @@ install_additionals() { } git clone https://$GIT_REPO/$ORGANIZATION/$CORE_DNS.git /tmp/$CORE_DNS -git clone https://$GIT_REPO/$ORGANIZATION/$SERVICE_EXEC_REPO.git /tmp/$SERVICE_EXEC_REPO +#git clone https://$GIT_REPO/$ORGANIZATION/$SERVICE_EXEC_REPO.git /tmp/$SERVICE_EXEC_REPO if [[ "$LOCAL_PROXY" == "YES" || "$LOCAL_PROXY" == "TRUE" ]]; then git clone https://$GIT_REPO/$ORGANIZATION/$LOCAL_PROXY_REPO.git /tmp/$LOCAL_PROXY_REPO