Skip to content

Commit

Permalink
Use https protocol instead of git for the build submodule [MBSD-301] (#1
Browse files Browse the repository at this point in the history
)

Initializing the git submodule on some systems ends with the error:
    fatal: Could not read from remote repository
We often initialize/update the submodules recursively, this interferes
  • Loading branch information
pastakhov authored Sep 23, 2024
1 parent 6e956de commit ae8a225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "build"]
path = build
url = git@github.com:gesinn-it-pub/docker-compose-ci.git
url = https://github.com/gesinn-it-pub/docker-compose-ci.git

0 comments on commit ae8a225

Please sign in to comment.