Commit 039d7405 authored by wind2009's avatar wind2009

Update test-update-fusion.cdb

parent 0883d6c4
Pipeline #37994 passed with stages
in 4 minutes and 32 seconds
...@@ -86,11 +86,11 @@ add_script_diff: ...@@ -86,11 +86,11 @@ add_script_diff:
image: git-registry.moenext.com/mycard/ygopro-cdb-descgen:master-x86 image: git-registry.moenext.com/mycard/ygopro-cdb-descgen:master-x86
variables: variables:
YGOPRO_PIC_URL_PREFIX: 'https://cdn02.moecube.com:444/ygopro-super-pre/data/pics/' YGOPRO_PIC_URL_PREFIX: 'https://cdn02.moecube.com:444/ygopro-super-pre/data/pics/'
YGOPRO_PIC_URL_SUFFIX: '.jpg?version=11.20' YGOPRO_PIC_URL_SUFFIX: '.jpg?version=15.13'
FIELDS: 'name,desc,overallString,picUrl' FIELDS: 'name,desc,overallString,picUrl'
GIT_DEPTH: '1000' GIT_DEPTH: '1000'
OUTPUT_FILENAME: test-release.json OUTPUT_FILENAME: test-release.json
REF_COMMIT: '15.11' # 更新的时候改这里,修改成上一个tag的版本号 REF_COMMIT: '15.12' # 更新的时候改这里,修改成上一个tag的版本号
script: script:
- apt update;apt -y install wget - apt update;apt -y install wget
- currentPath=$PWD - currentPath=$PWD
......
No preview for this file type
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