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

move sm update outside loop

parent 5dc236b2
No related branches found
No related tags found
1 merge request!84Regular merge of develop
Pipeline #29625 canceled
......@@ -17,6 +17,10 @@ else
version="unstable";
fi
# build the unstable version - can be optimized
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
# add matomo
sed -i "/matomohead/r./.ci/analytics/head.html" theme/templates/_index.html
sed -i "/matomopolicy/r./.ci/analytics/policy.html" theme/templates/_index.html
......@@ -43,9 +47,7 @@ do
# change to the blade directory to be built
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-core/outreach/theme.git
git submodule update --recursive --init
# run contribute
cp ../../template/Gruntfile.coffee .
......
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