From 952483a5b83d13e0fb19ca9a447f9932d875e503 Mon Sep 17 00:00:00 2001 From: Jesusalva Jesusalva Date: Tue, 18 Apr 2023 02:31:42 +0000 Subject: Submodule update. CI update. Regenerate databases. --- .gitlab-ci.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 04edd2a2..bda6e543 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -88,3 +88,28 @@ pages: - public only: - stable + +clientdata: + stage: deploy + tags: + - glados + script: + - apt-get -qq update + - apt-get install -qq -y make zip zlib1g-dev zlibc python ssh rsync python3 git + - git submodule update --init + - git config --global credential.helper store + - echo "https://numa:$SYNC_KEY@git.themanaworld.org" > ~/.git-credentials + - git clone https://git.themanaworld.org/evolved/clientdata.git evolved + - cd evolved + - git checkout master + - cp -v ../client-data/monsters.xml . + - cp -v --recursive ../client-data/graphics/sprites/monsters/* graphics/sprites/monsters/ + - git status + - git config user.email "numa@themanaworld.org" + - git config user.name "Numa" + - git commit -a -m "Sync with Legacy repo" --author="Numa " + - git push + only: + - stable + allow_failure: true + -- cgit v1.2.3-60-g2f50