From 8998aadbee91a9155f21b9b337cf67eb01042644 Mon Sep 17 00:00:00 2001 From: EnotAdmin Date: Mon, 5 May 2025 20:41:05 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20.woodpecker/sync-releases.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .woodpecker/sync-releases.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.woodpecker/sync-releases.sh b/.woodpecker/sync-releases.sh index ac061a2..23b5be1 100644 --- a/.woodpecker/sync-releases.sh +++ b/.woodpecker/sync-releases.sh @@ -1,9 +1,6 @@ #!/bin/bash set -e -set -x # МОЖНО ОТКЛЮЧИТЬ ДЛЯ ЭТОГО ТЕСТА, ЕСЛИ ЛОГ И ТАК ПОНЯТЕН - -echo "Shell: $SHELL" -bash --version # Убедимся, что bash используется +#set -x # дебаг echo "Starting release sync..." REPO_FILE="${REPO_LIST_FILE:-repos_to_sync.txt}"