From 42dcc0b0490998f30d035fcada53af6fad48d747 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Fri, 20 Jun 2025 19:23:02 +0300 Subject: [PATCH] Install pkgs --- automation/cloudflared-sync.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/automation/cloudflared-sync.sh b/automation/cloudflared-sync.sh index 6f0d73e..fbc3e1a 100644 --- a/automation/cloudflared-sync.sh +++ b/automation/cloudflared-sync.sh @@ -4,6 +4,8 @@ set -e # 📦 Install required tools (run via Woodpecker .woodpecker.yml) # Ensure apk installs: yq, jq, git, bash, curl +apk add --no-cache git bash curl yq jq + echo "🔍 Scanning for apps with cname.yaml..." mkdir -p generated-values