build: fix frontend pipeline steps and bypass backend proxy
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@@ -96,6 +96,14 @@ trigger:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: force-init-submodules
|
- 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
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
repo: gitea.mrixs.me/minecraft-platform/frontend
|
repo: gitea.mrixs.me/minecraft-platform/frontend
|
||||||
|
|||||||
2
backend
2
backend
Submodule backend updated: 463b04bff0...72875a6256
Reference in New Issue
Block a user