Commit bdb37d6f authored by wind2009's avatar wind2009

Add test-update-*.cdb

parent e044f2ff
Pipeline #37688 passed with stages
in 7 minutes and 2 seconds
......@@ -28,10 +28,12 @@ merge_databases:
- linux
script:
- apt update --allow-insecure-repositories && apt -y install sqlite3
- ls -1 *.cdb | sed -e '/test-update.cdb/d' -e '/script-fix.*\.cdb$/d' | xargs -I '{}' sqlite3 '{}' .dump | sqlite3 test-release.cdb || true
- ls -1 *.cdb | sed -e '/test-update.*\.cdb$/d' -e '/script-fix.*\.cdb$/d' | xargs -I '{}' sqlite3 '{}' .dump | sqlite3 test-release.cdb || true
- ls -1 test-update*.cdb | xargs -I '{}' sqlite3 '{}' .dump | sqlite3 test-update.cdb || true
artifacts:
paths:
- test-release.cdb
- test-update.cdb
add_script_diff:
stage: prepare
......
......@@ -69,6 +69,7 @@ https://cdn02.moecube.com:444/ygopro-super-pre/versions/master/test-release-v2.j
- (可选但建议)在 https://github.com/Fluorohydride/ygopro-scripts 提交相关的脚本 PR。
- 把 PR 的分支合并到 https://code.moenext.com/mycard/ygopro-scripts-888 内。
- 在本仓库创建 `script-fix-xxx.cdb` 列出正在测试的卡。
- 如果需要修改提示文本等,请在 `test-update-xxx.cdb` 列出正在测试的卡。
完成上述步骤后,`ygopro-scripts-888` 分支和正式脚本库的差异部分,会自动更新到 888 服务器。
......
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