Commit 4be6c5b8 authored by wind2009's avatar wind2009

21.30

parent 20d85b09
Pipeline #42874 passed with stages
in 2 minutes and 52 seconds
...@@ -91,7 +91,7 @@ add_script_diff: ...@@ -91,7 +91,7 @@ add_script_diff:
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: '21.21' # 更新的时候改这里,修改成上一个tag的版本号 REF_COMMIT: '21.29' # 更新的时候改这里,修改成上一个tag的版本号
script: script:
- apt update;apt -y install wget - apt update;apt -y install wget
- currentPath=$PWD - currentPath=$PWD
......
...@@ -140,4 +140,4 @@ function s.matval(e,lc,mg,c,tp) ...@@ -140,4 +140,4 @@ function s.matval(e,lc,mg,c,tp)
local fid=e:GetLabel() local fid=e:GetLabel()
if ct:GetFlagEffectLabel(id)~=fid then return false,nil end if ct:GetFlagEffectLabel(id)~=fid then return false,nil end
return true,not mg or mg:IsContains(ct) and mg:IsContains(e:GetHandler()) and not mg:IsExists(s.exmatcheck,1,nil,lc,tp) return true,not mg or mg:IsContains(ct) and mg:IsContains(e:GetHandler()) and not mg:IsExists(s.exmatcheck,1,nil,lc,tp)
end end
\ No newline at end of file
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