From cc0444b2bbafe459aa5026e1364bb0884f3ac320 Mon Sep 17 00:00:00 2001 From: Vladimir Zagainov Date: Mon, 12 Jan 2026 17:24:48 +0300 Subject: [PATCH] build: fix frontend pipeline steps and bypass backend proxy --- .drone.yml | 8 ++++++++ backend | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 94a2cfb..17ed150 100644 --- a/.drone.yml +++ b/.drone.yml @@ -96,6 +96,14 @@ trigger: steps: - name: force-init-submodules + image: alpine/git + commands: + - git submodule deinit --all --force + - git submodule sync --recursive + - git submodule update --init --recursive --force + - echo "Submodule status after forced update:" + - git submodule status + - name: build-and-publish-frontend image: plugins/docker settings: repo: gitea.mrixs.me/minecraft-platform/frontend diff --git a/backend b/backend index 463b04b..72875a6 160000 --- a/backend +++ b/backend @@ -1 +1 @@ -Subproject commit 463b04bff008ac5c01d6d37dc53b8505f1395395 +Subproject commit 72875a6256a5d0691b91dad7c64a64b684d2239a