Fix: Change submodule URL to HTTPS for CI
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-06-16 09:57:11 +03:00
parent b1001cdb2b
commit f11d2a14c8
2 changed files with 10 additions and 2 deletions

View File

@@ -3,6 +3,10 @@ kind: pipeline
type: docker
name: build-backend
clone:
depth: 0
recursive: true
# Запускать только если были изменения в папке backend/
trigger:
event: [push, pull_request]
@@ -35,6 +39,10 @@ kind: pipeline
type: docker
name: build-ping-helper
clone:
depth: 0
recursive: true
trigger:
event: [push, pull_request]
path:

4
.gitmodules vendored
View File

@@ -1,6 +1,6 @@
[submodule "backend"]
path = backend
url = git@gitea.mrixs.me:minecraft-platform/backend.git
url = https://gitea.mrixs.me/minecraft-platform/backend.git
[submodule "ping-helper"]
path = ping-helper
url = git@gitea.mrixs.me:minecraft-platform/ping-helper.git
url = https://gitea.mrixs.me/minecraft-platform/ping-helper.git