Commit f1cff395 authored by nanahira's avatar nanahira

Update .gitlab-ci.yml

parent 39e87d1c
...@@ -36,7 +36,7 @@ json: ...@@ -36,7 +36,7 @@ json:
script: script:
- 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/cards.cdb - wget -O strings.conf https://code.mycard.moe/mycard/ygopro-database/-/raw/master/locales/zh-CN/strings.conf
- node dist $currentPath/test-release.cdb ./strings.conf $currentPath/test-strings.conf > $currentPath/test-release.json - node dist $currentPath/test-release.cdb ./strings.conf $currentPath/test-strings.conf > $currentPath/test-release.json
- cd $currentPath - cd $currentPath
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