From 1f19cd8c4168cd2b3199627f0cba73c09f92877f Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Mon, 23 Jun 2025 00:29:19 +0300 Subject: [PATCH] Seperate the script --- automation/clone_repos.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/automation/clone_repos.sh b/automation/clone_repos.sh index 0909ff5..078181c 100644 --- a/automation/clone_repos.sh +++ b/automation/clone_repos.sh @@ -1,5 +1,8 @@ #!/bin/bash +echo "Cloning from $INFRA_REPO_URL" + + echo "📦 Cloning sandbox-apps..." git clone --depth=1 "$SANDBOX_REPO_URL" "$SANDBOX_CLONE"