ci: fix submodule URLs to HTTPS for reverse proxy
CI / dashboard-test (push) Failing after 18s
CI / server-core-test (push) Failing after 15s
CI / device-agent-test (push) Failing after 14s
CI / build-server-core (push) Has been skipped
CI / build-device-agent (push) Has been skipped
CI / build-dashboard (push) Has been skipped
CI / build-docs (push) Has been skipped
CI / release (push) Has been skipped
CI / dashboard-test (push) Failing after 18s
CI / server-core-test (push) Failing after 15s
CI / device-agent-test (push) Failing after 14s
CI / build-server-core (push) Has been skipped
CI / build-device-agent (push) Has been skipped
CI / build-dashboard (push) Has been skipped
CI / build-docs (push) Has been skipped
CI / release (push) Has been skipped
This commit is contained in:
+3
-3
@@ -1,9 +1,9 @@
|
|||||||
[submodule "apps/server-core"]
|
[submodule "apps/server-core"]
|
||||||
path = apps/server-core
|
path = apps/server-core
|
||||||
url = http://git.datadunia.com/nexusguard/nexus-server-core.git
|
url = https://git.datadunia.com/nexusguard/nexus-server-core.git
|
||||||
[submodule "apps/dashboard-ui"]
|
[submodule "apps/dashboard-ui"]
|
||||||
path = apps/dashboard-ui
|
path = apps/dashboard-ui
|
||||||
url = http://git.datadunia.com/nexusguard/nexus-dashboard-ui.git
|
url = https://git.datadunia.com/nexusguard/nexus-dashboard-ui.git
|
||||||
[submodule "apps/device-agent"]
|
[submodule "apps/device-agent"]
|
||||||
path = apps/device-agent
|
path = apps/device-agent
|
||||||
url = http://git.datadunia.com/nexusguard/nexus-device-agent.git
|
url = https://git.datadunia.com/nexusguard/nexus-device-agent.git
|
||||||
|
|||||||
Reference in New Issue
Block a user