From bdbd9531fa536f66e94b4c4ad32111786a68520b Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Sun, 22 Jun 2025 19:35:07 +0300 Subject: [PATCH] Test the script --- automation/cloudflared-sync.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/automation/cloudflared-sync.sh b/automation/cloudflared-sync.sh index 0e6174a..271a0f0 100644 --- a/automation/cloudflared-sync.sh +++ b/automation/cloudflared-sync.sh @@ -4,6 +4,8 @@ set -e # 📦 Ensure apk installs: yq, jq, git, bash, curl # Required for pipeline: alpine image + apk add --no-cache git bash curl yq jq +apk add --no-cache git bash curl yq jq + echo "🔍 Scanning for apps with cname.yaml..." mkdir -p generated-values