summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a27382aa..bf66727c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,6 +15,7 @@ legacy:
- apt-get install -qq -y make zip zlib1g-dev zlibc python ssh rsync python3 git
- git config --global credential.helper store
- echo "https://numa:$SYNC_KEY@git.themanaworld.org" > ~/.git-credentials
+ - git submodule update --init
- ./tools/evolved.py
- git commit -a -m "Regenerate databases" --author="Numa <numa@themanaworld.org>"
- git push # may cause a CI loop >.<