diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-11-11 12:51:38 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-11-11 12:51:38 -0300 |
commit | ff4219c29cdf089a59750e20c2e51cb63edb0f98 (patch) | |
tree | 37a7395e6bd8c07ae1cb4a582257f09acccdca9f | |
parent | 9f6606131fbe6df14013f51f19211122d9b6ba58 (diff) | |
download | serverdata-ff4219c29cdf089a59750e20c2e51cb63edb0f98.tar.gz serverdata-ff4219c29cdf089a59750e20c2e51cb63edb0f98.tar.bz2 serverdata-ff4219c29cdf089a59750e20c2e51cb63edb0f98.tar.xz serverdata-ff4219c29cdf089a59750e20c2e51cb63edb0f98.zip |
Update CI script so "Legacy" job can run.
It automatically rebuild mob_db and deletes changes on auto-generated files.
And can cause a recursion loop D:
-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 8ef34ba6..f6a4c1e0 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 checkout master - git submodule update --init - pwd - cd tools |