[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>
This commit is contained in:
Markus Heiser
2025-12-06 09:15:56 +01:00
committed by GitHub
parent ddc6d68114
commit b5a1a092f1

View File

@@ -59,8 +59,6 @@ weblate.to.translations() {
wlc pull wlc pull
wlc commit wlc commit
set -x # https://github.com/searxng/searxng/issues/5490
# get the translations in a worktree # get the translations in a worktree
weblate.translations.worktree weblate.translations.worktree
@@ -86,8 +84,6 @@ weblate.translations.commit() {
# lock change on weblate # lock change on weblate
wlc lock wlc lock
set -x # https://github.com/searxng/searxng/issues/5490
# get translations branch in git worktree (TRANSLATIONS_WORKTREE) # get translations branch in git worktree (TRANSLATIONS_WORKTREE)
weblate.translations.worktree weblate.translations.worktree
@@ -150,9 +146,6 @@ weblate.push.translations() {
( (
set -e set -e
pyenv.activate pyenv.activate
set -x # https://github.com/searxng/searxng/issues/5490
# get translations branch in git worktree (TRANSLATIONS_WORKTREE) # get translations branch in git worktree (TRANSLATIONS_WORKTREE)
weblate.translations.worktree weblate.translations.worktree