Commit 49514072 authored by nanahira's avatar nanahira

include pics is bad idea

parent 8b6647f2
Pipeline #16366 failed with stages
in 57 seconds
......@@ -23,16 +23,16 @@ get_data:
paths:
- ygopro2-data/cdb
- ygopro2-data/deck
- ygopro2-data/picture
# - ygopro2-data/picture
script:
- mkdir -p ygopro2-data/cdb ygopro2-data/picture
- mkdir -p ygopro2-data/cdb # ygopro2-data/picture
- wget -O ygopro2-data/cdb/cards.cdb https://cdn02.moecube.com:444/koishipro/ygopro-database/zh-CN/cards.cdb
- wget -O ygopro2-data/cdb/lflist.conf https://cdn02.moecube.com:444/koishipro/ygopro-database/zh-CN/lflist.conf
- wget -O ygopro2-data/cdb/strings.conf https://cdn02.moecube.com:444/koishipro/ygopro-database/zh-CN/strings.conf
- git clone --depth=1 https://code.mycard.moe/mycard/ygopro-starter-pack
- mv ygopro-starter-pack/deck ygopro2-data/
- wget -O images.zip https://cdn02.moecube.com:444/images/ygopro-images-zh-CN.zip
- 7z x -y -oygopro2-data/picture/card images.zip
#- wget -O images.zip https://cdn02.moecube.com:444/images/ygopro-images-zh-CN.zip
# - 7z x -y -oygopro2-data/picture/card images.zip
make_data_archive:
stage: prepare2
......
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