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

Merge branch 'develop' into 'master'

Develop

See merge request R3/school/courses!87
parents d1e874b6 0dbbf4b7
No related branches found
Tags v8.1.0
3 merge requests!153merge back master to develop,!124White theme only for git trilogy part 1,!87Develop
Pipeline #29649 passed
......@@ -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
......
......@@ -61,6 +61,8 @@ build:courses:
rules:
- if: $CI_COMMIT_BRANCH == "develop"
- if: $CI_COMMIT_BRANCH == "master"
before_script:
- git submodule update --init --recursive
script:
- bash .ci/deploy.sh
artifacts:
......
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