Seperate the script

This commit is contained in:
dvirlabs 2025-06-23 00:29:19 +03:00
parent 48c113593e
commit 1f19cd8c41

View File

@ -1,5 +1,8 @@
#!/bin/bash #!/bin/bash
echo "Cloning from $INFRA_REPO_URL"
echo "📦 Cloning sandbox-apps..." echo "📦 Cloning sandbox-apps..."
git clone --depth=1 "$SANDBOX_REPO_URL" "$SANDBOX_CLONE" git clone --depth=1 "$SANDBOX_REPO_URL" "$SANDBOX_CLONE"