diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-04-18 00:37:08 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-04-18 00:37:08 -0300 |
commit | ec30a4d118dc3ad01da392f5452f75128b90704d (patch) | |
tree | f3e323db186a8882e4079b7b239d87814f9b1c6c /.gitlab-ci.yml | |
parent | 6690710f0412903a0b16fd0998c042ba663ebb09 (diff) | |
download | serverdata-ec30a4d118dc3ad01da392f5452f75128b90704d.tar.gz serverdata-ec30a4d118dc3ad01da392f5452f75128b90704d.tar.bz2 serverdata-ec30a4d118dc3ad01da392f5452f75128b90704d.tar.xz serverdata-ec30a4d118dc3ad01da392f5452f75128b90704d.zip |
[maint]Typo at CI script, nothing to see here
Diffstat (limited to '.gitlab-ci.yml')
-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 bda6e543..298f9953 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -107,6 +107,7 @@ clientdata: - git status - git config user.email "numa@themanaworld.org" - git config user.name "Numa" + - git add graphics/sprites/monsters/ - git commit -a -m "Sync with Legacy repo" --author="Numa <numa@themanaworld.org>" - git push only: |