diff --git a/automation/cloudflared-sync.sh b/automation/cloudflared-sync.sh index b7661b6..5cec5df 100644 --- a/automation/cloudflared-sync.sh +++ b/automation/cloudflared-sync.sh @@ -17,6 +17,12 @@ GENERATED_FILE="generated-values/cloudflared-values.yaml" ORIGINAL_FILE="$INFRA_CLONE/manifests/cloudflared/values.yaml" MERGED_FILE="$INFRA_CLONE/manifests/cloudflared/values.yaml" +echo "Debug" +ls -l +ls -l $GENERATED_FILE +pwd +pwd $GENERATED_FILE + echo "📦 Cloning repos..." git clone --depth=1 "$SANDBOX_REPO_URL" "$SANDBOX_CLONE" git clone --depth=1 "$INFRA_REPO_URL" "$INFRA_CLONE"