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"