Commit 89a7f3f9 authored by nanahira's avatar nanahira

path

parent 144e0ed7
Pipeline #4291 passed with stages
in 35 seconds
...@@ -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://github.com/mycard/ygopro/raw/server/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