Skip to content
Snippets Groups Projects

Develop

Merged Laurent Heirendt requested to merge develop into master
2 files
+ 3
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -7,6 +7,7 @@ echo $rootDir
# clean previous builds
rm -rf $rootDir/public
rm -rf $rootDir/theme
mkdir $rootDir/public
if [[ $CI_COMMIT_BRANCH == "develop" ]]; then
@@ -19,7 +20,6 @@ fi
# build the unstable version - can be optimized
git submodule update --init --recursive
git submodule foreach --recursive git reset --hard
# add matomo
sed -i "/matomohead/r./.ci/analytics/head.html" theme/templates/_index.html
Loading