diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-11-10 19:39:31 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-11-10 19:39:31 -0300 |
commit | 2c1a03be4dc0b94c2d86384f74b633a38ceec850 (patch) | |
tree | 3b0cb88252cf4ff7dd8af72cc8e21ecd7094adad /.gitlab-ci.yml | |
parent | 25de219350855790c91f3a1600371704f456b95c (diff) | |
download | classic-serverdata-2c1a03be4dc0b94c2d86384f74b633a38ceec850.tar.gz classic-serverdata-2c1a03be4dc0b94c2d86384f74b633a38ceec850.tar.bz2 classic-serverdata-2c1a03be4dc0b94c2d86384f74b633a38ceec850.tar.xz classic-serverdata-2c1a03be4dc0b94c2d86384f74b633a38ceec850.zip |
Mirror fixes
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
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 >.< |