From 03a1bc67d8312d4903161afbf21fbf37a88fe881 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 10 Nov 2022 19:46:04 -0300 Subject: Try to fix CI --- .gitlab-ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bf66727c..cf2b3f8d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,11 @@ legacy: - git config --global credential.helper store - echo "https://numa:$SYNC_KEY@git.themanaworld.org" > ~/.git-credentials - git submodule update --init - - ./tools/evolved.py + - pwd + - ls + - cd tools + - ls + - ./evolved.py - git commit -a -m "Regenerate databases" --author="Numa " - git push # may cause a CI loop >.< only: @@ -36,6 +40,8 @@ evolved: - cp -v world/map/db/mob_db.conf evolved/db/pre-re/ - cp -v world/map/db/item_db.conf evolved/db/pre-re/ - cd evolved + - 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: -- cgit v1.2.3-60-g2f50