Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
P
pre-release-database-cdb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
pre-release-database-cdb
Commits
bdb37d6f
Commit
bdb37d6f
authored
Jun 15, 2025
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add test-update-*.cdb
parent
e044f2ff
Pipeline
#37688
passed with stages
in 7 minutes and 2 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
1 deletion
+4
-1
.gitlab-ci.yml
.gitlab-ci.yml
+3
-1
README.md
README.md
+1
-0
test-update-fusion.cdb
test-update-fusion.cdb
+0
-0
No files found.
.gitlab-ci.yml
View file @
bdb37d6f
...
...
@@ -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
...
...
README.md
View file @
bdb37d6f
...
...
@@ -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 服务器。
...
...
test-update-fusion.cdb
0 → 100644
View file @
bdb37d6f
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment