summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-11-10 19:39:31 -0300
committerJesusaves <cpntb1@ymail.com>2022-11-10 19:39:31 -0300
commit2c1a03be4dc0b94c2d86384f74b633a38ceec850 (patch)
tree3b0cb88252cf4ff7dd8af72cc8e21ecd7094adad /.gitlab-ci.yml
parent25de219350855790c91f3a1600371704f456b95c (diff)
downloadserverdata-2c1a03be4dc0b94c2d86384f74b633a38ceec850.tar.gz
serverdata-2c1a03be4dc0b94c2d86384f74b633a38ceec850.tar.bz2
serverdata-2c1a03be4dc0b94c2d86384f74b633a38ceec850.tar.xz
serverdata-2c1a03be4dc0b94c2d86384f74b633a38ceec850.zip
Mirror fixes
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 >.<