Commit 84ae9531 authored by nanahira's avatar nanahira

fetch lflist from mycard instead

parent ca0703f7
...@@ -9,7 +9,7 @@ get_lflist: ...@@ -9,7 +9,7 @@ get_lflist:
stage: build stage: build
script: script:
- apt update;apt -y install wget sqlite3 - apt update;apt -y install wget sqlite3
- wget -O lflist.conf https://code.mycard.moe/nanahira/ygopro/-/raw/master/lflist.conf - wget -O lflist.conf https://code.mycard.moe/mycard/ygopro/-/raw/master/lflist.conf
- ls locales | xargs -I {} bash -c 'cp ./lflist.conf ./locales/{}/ ; sqlite3 ./locales/{}/cards.cdb .dump > ./locales/{}/cards.sql' - ls locales | xargs -I {} bash -c 'cp ./lflist.conf ./locales/{}/ ; sqlite3 ./locales/{}/cards.cdb .dump > ./locales/{}/cards.sql'
- cp -rf locales dist - cp -rf locales dist
artifacts: artifacts:
......
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