Commit 6d3fab9a authored by nanahira's avatar nanahira

also add sql file

parent ca0eaa24
lflist.conf
*.sql
......@@ -8,9 +8,9 @@ variables:
get_lflist:
stage: build
script:
- apt update;apt -y install wget
- apt update;apt -y install wget sqlite3
- wget -O lflist.conf https://github.com/mycard/ygopro/raw/server/lflist.conf
- ls locales | xargs -I {} cp ./lflist.conf ./locales/{}/
- ls locales | xargs -I {} bash -c 'cp ./lflist.conf ./locales/{}/ ; sqlite3 ./locales/{}/cards.cdb .dump > ./locales/{}/cards.sql'
- cp -rf locales dist
artifacts:
paths:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment