From 9b18adeb0a1e0d7cb414ba5bb40a67b9e449e58b Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Mon, 8 Mar 2021 11:50:28 +0100 Subject: [PATCH] replace public links of not public repositorys, init submodules in test --- .github/workflows/push.yml | 1 + .gitmodules | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 2790658f6..501044e88 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -6,6 +6,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Build the stack + run: git submodule update --init --recursive run: docker-compose up -d - name: Test env: diff --git a/.gitmodules b/.gitmodules index e41c95e54..87ddbfce6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,7 +4,7 @@ branch = master [submodule "login_server"] path = login_server - url = https://github.com/gradido/gradido_login_server.git + url = git@github.com:gradido/gradido_login_server.git [submodule "community_server"] path = community_server - url = https://github.com/gradido/gradido_community_server.git + url = git@github.com:gradido/gradido_community_server.git