From 9806220e105237f20101acb7f8c3243e326fe3e5 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Sun, 22 Jun 2025 23:02:04 +0300 Subject: [PATCH] Debug --- automation/cloudflared-sync.sh | 6 ++++++ 1 file changed, 6 insertions(+) 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"