diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-11-10 19:46:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-11-10 19:46:04 -0300 |
commit | 03a1bc67d8312d4903161afbf21fbf37a88fe881 (patch) | |
tree | 2aa9d9f2c58af04d8856e7d35b284b61862f2508 | |
parent | 2c1a03be4dc0b94c2d86384f74b633a38ceec850 (diff) | |
download | classic-serverdata-03a1bc67d8312d4903161afbf21fbf37a88fe881.tar.gz classic-serverdata-03a1bc67d8312d4903161afbf21fbf37a88fe881.tar.bz2 classic-serverdata-03a1bc67d8312d4903161afbf21fbf37a88fe881.tar.xz classic-serverdata-03a1bc67d8312d4903161afbf21fbf37a88fe881.zip |
Try to fix CI
-rw-r--r-- | .gitlab-ci.yml | 8 |
1 files changed, 7 insertions, 1 deletions
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 <numa@themanaworld.org>" - 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 <numa@themanaworld.org>" - git push only: |