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
REIKAI
ygopro-custom-free
Commits
f8b69380
Commit
f8b69380
authored
Mar 16, 2025
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
skip in schedule run only
parent
c8bc19a8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
.gitlab-ci.yml
.gitlab-ci.yml
+2
-0
run.sh
run.sh
+2
-1
No files found.
.gitlab-ci.yml
View file @
f8b69380
...
...
@@ -19,6 +19,8 @@ check:
YGOPRO_SERVER_PATH
:
/ygopro-server/ygopro
SIZE_LIMIT_MB
:
100
KEEP_PERIOD_DAYS
:
30
IMG_WIDTH
:
400
IMG_HEIGHT
:
580
artifacts
:
paths
:
-
dist
...
...
run.sh
View file @
f8b69380
...
...
@@ -94,6 +94,7 @@ process_repo() {
echo
"##
$repo_identifer
"
>>
dist/strings.conf
cat
workspace/
$repo_identifer
/strings.conf
>>
dist/strings.conf
fi
cp
-rf
workspace/
$repo_identifer
/pics dist/
cp
-rf
workspace/
$repo_identifer
/script dist/
echo
"
$last_commit_hash
"
>
dist/hashes/
$repo_identifer
.txt
...
...
@@ -113,7 +114,7 @@ for file in repos/*.txt; do
done
<
"
$file
"
done
if
[[
$something_changed
==
0
]]
;
then
if
[[
$something_changed
==
0
]]
&&
[[
-n
$SCHEDULED
]]
;
then
echo
"No changes detected, skipping update"
exit
1
fi
...
...
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