Skip to content
Snippets Groups Projects
Commit 0cc08d05 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

Merge branch 'fix-urls' into 'develop'

fix url in gitmodule

See merge request R3-core/outreach/presentations!28
parents 8d9d4ea7 611f4705
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ do
cd $BLADE
# build the unstable version - can be optimized
git config submodule.theme.url https://$CI_DEPLOY_USER:$CI_DEPLOY_PASSWORD@git-r3lab.uni.lu/R3/outreach/theme.git
git config submodule.theme.url https://$CI_DEPLOY_USER:$CI_DEPLOY_PASSWORD@git-r3lab.uni.lu/R3-core/outreach/theme.git
git submodule update --recursive --init
# run contribute
......
[submodule "theme"]
path = theme
url = ssh://git@git-r3lab-server.uni.lu:8022/R3/outreach/theme.git
url = ssh://git@git-r3lab-server.uni.lu:8022/R3-core/outreach/theme.git
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment