summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2025-12-06 09:15:56 +0100
committerGitHub <noreply@github.com>2025-12-06 09:15:56 +0100
commitb5a1a092f1eaa96162b060f608eb8279763c55cb (patch)
treef60987767fc3df7d902e869d95e53eae218bb82c /utils
parentddc6d68114011c3cb7cc2cd778f48ac89a0a37b2 (diff)
[debug] partial revert of 5e0e1c6b3 (#5535)
Issue #5490 was caused by a regression of GH action in v6.0.0, updating to v6.0.1 [2] fixed our workflow and debug messages are no longer needed. [1] https://github.com/searxng/searxng/issues/5490#issuecomment-3616230451 [2] https://github.com/searxng/searxng/pull/5530 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'utils')
-rwxr-xr-xutils/lib_sxng_weblate.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/utils/lib_sxng_weblate.sh b/utils/lib_sxng_weblate.sh
index 1ffee8bf3..ceb6f2011 100755
--- a/utils/lib_sxng_weblate.sh
+++ b/utils/lib_sxng_weblate.sh
@@ -59,8 +59,6 @@ weblate.to.translations() {
wlc pull
wlc commit
- set -x # https://github.com/searxng/searxng/issues/5490
-
# get the translations in a worktree
weblate.translations.worktree
@@ -86,8 +84,6 @@ weblate.translations.commit() {
# lock change on weblate
wlc lock
- set -x # https://github.com/searxng/searxng/issues/5490
-
# get translations branch in git worktree (TRANSLATIONS_WORKTREE)
weblate.translations.worktree
@@ -150,9 +146,6 @@ weblate.push.translations() {
(
set -e
pyenv.activate
-
- set -x # https://github.com/searxng/searxng/issues/5490
-
# get translations branch in git worktree (TRANSLATIONS_WORKTREE)
weblate.translations.worktree