mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
replace public links of not public repositorys, init submodules in test
This commit is contained in:
parent
c427ced487
commit
9b18adeb0a
1
.github/workflows/push.yml
vendored
1
.github/workflows/push.yml
vendored
@ -6,6 +6,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Build the stack
|
- name: Build the stack
|
||||||
|
run: git submodule update --init --recursive
|
||||||
run: docker-compose up -d
|
run: docker-compose up -d
|
||||||
- name: Test
|
- name: Test
|
||||||
env:
|
env:
|
||||||
|
|||||||
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -4,7 +4,7 @@
|
|||||||
branch = master
|
branch = master
|
||||||
[submodule "login_server"]
|
[submodule "login_server"]
|
||||||
path = 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"]
|
[submodule "community_server"]
|
||||||
path = community_server
|
path = community_server
|
||||||
url = https://github.com/gradido/gradido_community_server.git
|
url = git@github.com:gradido/gradido_community_server.git
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user