Skip to content
Snippets Groups Projects
Commit 0b03c248 authored by FarawayVision's avatar FarawayVision
Browse files

Another CI pipeline update

parent f60c0213
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,6 @@ deploy:
- sed "s/__CI_COMMIT_SHA/${CI_COMMIT_SHA}/g" prod-config.xml > .public/config.xml
- cp opponents/listing.xml .public/opponents
- cp opponents/general_collectibles.xml .public/opponents
- pip3 install beautifulsoup4
- find `python opponents/list_opponents.py` -iname "*.png" -o -iname "*.gif" -o -iname "*.jpg" -o -iname "*.xml" -o -iname "*.js" -o -iname "*.css" | tar -cT - | tar -C .public -x
- python3 opponents/fill_linecount_metadata.py .public/opponents
- python opponents/gzip_dialogue.py .public/opponents/*/behaviour.xml
......@@ -20,6 +19,6 @@ deploy:
- rsync -avz --delete --progress .public/ /opt/spnati
artifacts:
paths:
- public
- .public
only:
- master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment