Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-222DIY-cards
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
alstroemeria-silentlove
ygopro-222DIY-cards
Commits
9346b447
Commit
9346b447
authored
Feb 12, 2025
by
Huangnan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix & update ci
parent
4f4a84a4
Pipeline
#33125
failed with stages
in 60 minutes and 1 second
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
expansions/script/c47310305.lua
expansions/script/c47310305.lua
+2
-2
No files found.
.gitlab-ci.yml
View file @
9346b447
...
...
@@ -84,6 +84,6 @@ upload_to_minio:
-
pip install -U -i https://mirrors.aliyun.com/pypi/simple/ awscli
-
cp dist/archive/ygopro-FiNALE-DIY-cards.zip dist/archive/ygopro-FiNALE-DIY-cards-$CURRENT_UPDATE_DATE.zip
-
cp dist/archive/ygopro-FiNALE-DIY-update.zip dist/archive/ygopro-FiNALE-DIY-update-$CURRENT_UPDATE_DATE.zip
-
aws s3 --endpoint=https://
cdn02.moenext.com
sync dist/ s3://mycard/ygopro-222DIY > /dev/null
-
aws s3 --endpoint=https://
minio.moenext.com:9000
sync dist/ s3://mycard/ygopro-222DIY > /dev/null
only
:
-
master
expansions/script/c47310305.lua
View file @
9346b447
...
...
@@ -18,10 +18,10 @@ function s.search(c)
c
:
RegisterEffect
(
e2
)
end
function
s
.
icon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
GetFlagEffect
(
473
09
305
)
==
0
return
e
:
GetHandler
():
GetFlagEffect
(
473
10
305
)
==
0
end
function
s
.
qcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
GetFlagEffect
(
473
09
305
)
~=
0
return
e
:
GetHandler
():
GetFlagEffect
(
473
10
305
)
~=
0
end
function
s
.
filter
(
c
)
return
c
:
IsSetCard
(
0x6ca0
)
and
c
:
IsType
(
TYPE_SPELL
)
and
c
:
IsAbleToHand
()
...
...
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