From 9411e6c2ee95840921da178a3c87d1f400d55d0b Mon Sep 17 00:00:00 2001 From: 3uzbcqje <3uzbcqje@addy.to> Date: Mon, 16 Feb 2026 21:26:44 -0800 Subject: [PATCH] Removing bad escaping --- .woodpecker/helm.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/helm.yaml b/.woodpecker/helm.yaml index af46cc3c..f826a8e7 100644 --- a/.woodpecker/helm.yaml +++ b/.woodpecker/helm.yaml @@ -11,7 +11,7 @@ steps: chart_name: garage registry_host: codeberg.org registry_user: $CI_REPO_OWNER - registry_path: "${CI_REPO_OWNER}/${CI_REPO_NAME}" + registry_path: $CI_REPO # To create registry_password: # 1. Go to https://codeberg.org/user/settings/applications. @@ -31,7 +31,7 @@ steps: commands: - | - if [[ "$${CI_PIPELINE_EVENT}" == "push" && "$${CI_COMMIT_BRANCH}" == "$${CI_REPO_DEFAULT_BRANCH}" ]]; then + if [[ "${CI_PIPELINE_EVENT}" == "push" && "${CI_COMMIT_BRANCH}" == "${CI_REPO_DEFAULT_BRANCH}" ]]; then ./pipeline.sh push else ./pipeline.sh