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

set theme url on ci to use https

parent 447e6603
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ do
yarn
# build the unstable version - can be optimized
git config submodule.theme.url ssh://CI_DEPLOY_USER:CI_DEPLOY_PASSWORD@git-r3lab-server.uni.lu:8022/R3/outreach/theme.git
git config submodule.theme.url git clone https://$CI_DEPLOY_USER:$CI_DEPLOY_PASSWORD@git-r3lab.uni.lu/R3/outreach/theme.git
git submodule update --recursive --init
grunt dist
mv public/* $rootDir/public/$BLADE/unstable/.
......
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