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

move cmd for init submodule into deploy script

parent f66ca94e
No related branches found
No related tags found
1 merge request!86Develop
Pipeline #29638 passed
......@@ -17,6 +17,9 @@ else
version="unstable";
fi
# build the unstable version - can be optimized
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
......
......@@ -61,8 +61,6 @@ build:courses:
rules:
- if: $CI_COMMIT_BRANCH == "develop"
- if: $CI_COMMIT_BRANCH == "master"
before_script:
- git submodule update --recursive --init
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