diff --git a/.drone.yml b/.drone.yml index 7659ec9..db2c4f6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: diff --git a/.gitmodules b/.gitmodules index a878bc9..d30936b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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