Commit 483f6778 authored by nanahira's avatar nanahira

Update .gitlab-ci.yml

parent f1cff395
...@@ -34,6 +34,7 @@ json: ...@@ -34,6 +34,7 @@ json:
- linux - linux
image: git-registry.mycard.moe/mycard/ygopro-cdb-descgen:master-x86 image: git-registry.mycard.moe/mycard/ygopro-cdb-descgen:master-x86
script: script:
- apt update;apt -y install wget
- currentPath=$PWD - currentPath=$PWD
- cd /usr/src/app - cd /usr/src/app
- wget -O strings.conf https://code.mycard.moe/mycard/ygopro-database/-/raw/master/locales/zh-CN/strings.conf - wget -O strings.conf https://code.mycard.moe/mycard/ygopro-database/-/raw/master/locales/zh-CN/strings.conf
......
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