diff options
-rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4fb96bbf..8ef34ba6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,9 +39,10 @@ evolved: - git config --global credential.helper store - echo "https://numa:$SYNC_KEY@git.themanaworld.org" > ~/.git-credentials - git clone https://git.themanaworld.org/evolved/serverdata.git 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 checkout master + - cp -v ../world/map/db/mob_db.conf db/pre-re/ + - cp -v ../world/map/db/item_db.conf db/pre-re/ - git status - git config user.email "numa@themanaworld.org" - git config user.name "Numa" |