Fix: Change submodule URL to HTTPS for CI
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:
@@ -3,6 +3,10 @@ kind: pipeline
|
|||||||
type: docker
|
type: docker
|
||||||
name: build-backend
|
name: build-backend
|
||||||
|
|
||||||
|
clone:
|
||||||
|
depth: 0
|
||||||
|
recursive: true
|
||||||
|
|
||||||
# Запускать только если были изменения в папке backend/
|
# Запускать только если были изменения в папке backend/
|
||||||
trigger:
|
trigger:
|
||||||
event: [push, pull_request]
|
event: [push, pull_request]
|
||||||
@@ -35,6 +39,10 @@ kind: pipeline
|
|||||||
type: docker
|
type: docker
|
||||||
name: build-ping-helper
|
name: build-ping-helper
|
||||||
|
|
||||||
|
clone:
|
||||||
|
depth: 0
|
||||||
|
recursive: true
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
event: [push, pull_request]
|
event: [push, pull_request]
|
||||||
path:
|
path:
|
||||||
|
|||||||
4
.gitmodules
vendored
4
.gitmodules
vendored
@@ -1,6 +1,6 @@
|
|||||||
[submodule "backend"]
|
[submodule "backend"]
|
||||||
path = backend
|
path = backend
|
||||||
url = git@gitea.mrixs.me:minecraft-platform/backend.git
|
url = https://gitea.mrixs.me/minecraft-platform/backend.git
|
||||||
[submodule "ping-helper"]
|
[submodule "ping-helper"]
|
||||||
path = 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
|
||||||
|
|||||||
Reference in New Issue
Block a user