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
REIKAI
ygopro-222DIY-cards
Commits
4d253bfc
Commit
4d253bfc
authored
Feb 12, 2025
by
Huangnan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update ci
parent
5f1a654a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
.gitlab-ci.yml
.gitlab-ci.yml
+3
-3
No files found.
.gitlab-ci.yml
View file @
4d253bfc
...
...
@@ -56,15 +56,15 @@ pack:
-
sed -i '/mono-project.com/d' /etc/apt/sources.list /etc/apt/sources.list.d/*
-
apt update && apt -y install p7zip-full wget git
-
mkdir -p dist/archive dist/contents
-
git log --pretty=%H --since=$LAST_UPDATE_DATE | xargs -I {} git diff-tree --no-commit-id --name-only --diff-filter=ACMR -r {} | sed "/sound\//d;/update\//d;/.yml/d" | sort | uniq | sed "s/^/'/g;s/\$/'/g" | xargs 7z
-
a -mx9 dist/archive/ygopro-FiNALE-DIY-update.zip ||
true
-
git log --pretty=%H --since=$LAST_UPDATE_DATE | xargs -I {} git diff-tree --no-commit-id --name-only --diff-filter=ACMR -r {} | sed "/sound\//d;/update\//d;/.yml/d" | sort | uniq | sed "s/^/'/g;s/\$/'/g" | xargs 7z a -mx9 dist/archive/ygopro-FiNALE-DIY-update.zip ||
true
-
git clone --depth=1 https://code.moenext.com/alstroemeria-silentlove/ygopro-222DIY-sound sound
-
wget -O update/filelist.txt https://cdn01.moecube.com/ygopro-222DIY/contents/update/filelist.txt || rm -rf update/filelist.txt
-
rm -rf .*.yml .git* sound/.git*
-
cd update
-
./update-server.sh
-
cd ..
-
7z
-
a -mx9 dist/archive/ygopro-FiNALE-DIY-cards.zip expansions update
-
7z
-
a -mx9 dist/archive/ygopro-FiNALE-DIY-sound.zip sound
-
7z a -mx9 dist/archive/ygopro-FiNALE-DIY-cards.zip expansions update
-
7z a -mx9 dist/archive/ygopro-FiNALE-DIY-sound.zip sound
-
ls -1 | sed '/dist/d' | xargs -I {} mv {} dist/contents/
artifacts
:
paths
:
...
...
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