Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-custom-free
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-custom-free
Commits
980ca6e5
Commit
980ca6e5
authored
Mar 16, 2025
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
exclude sound and .git in size
parent
775e71cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
8 deletions
+12
-8
run.sh
run.sh
+12
-8
No files found.
run.sh
View file @
980ca6e5
...
...
@@ -57,14 +57,7 @@ process_repo() {
return
fi
# check oversize
size
=
$(
du
-sm
"workspace/
$repo_identifer
"
|
cut
-f1
)
echo
"Checking size of
$repo_identifer
:
$size
MB"
if
[[
$size
>
$SIZE_LIMIT_MB
]]
;
then
echo
"Skipping
$repo_identifer
due to oversize:
$size
MB >
$SIZE_LIMIT_MB
MB"
echo
"[ERROR]
$repo_url
Oversize:
$size
MB >
$SIZE_LIMIT_MB
MB"
|
tee
dist/warnings.txt
return
fi
rm
-rf
"workspace/
$repo_identifer
/sound"
||
true
current_path
=
"
$(
pwd
)
"
...
...
@@ -83,6 +76,8 @@ process_repo() {
return
fi
rm
-rf
.git
||
true
echo
"Checking for blacklist files in
$repo_identifer
"
while
read
-r
file
;
do
...
...
@@ -99,6 +94,15 @@ process_repo() {
cd
"
$current_path
"
# check oversize
size
=
$(
du
-sm
"workspace/
$repo_identifer
"
|
cut
-f1
)
echo
"Checking size of
$repo_identifer
:
$size
MB"
if
[[
$size
>
$SIZE_LIMIT_MB
]]
;
then
echo
"Skipping
$repo_identifer
due to oversize:
$size
MB >
$SIZE_LIMIT_MB
MB"
echo
"[ERROR]
$repo_url
Oversize:
$size
MB >
$SIZE_LIMIT_MB
MB"
|
tee
dist/warnings.txt
return
fi
echo
"Checking for OCG codes in
$repo_identifer
"
while
read
-r
code
;
do
...
...
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