apps-gitops/automation/clone_repos.sh
2025-06-23 00:16:36 +03:00

8 lines
189 B
Bash

#!/bin/bash
echo "📦 Cloning sandbox-apps..."
git clone --depth=1 "$SANDBOX_REPO_URL" "$SANDBOX_CLONE"
echo "📦 Cloning infra..."
git clone --depth=1 "$INFRA_REPO_URL" "$INFRA_CLONE"