Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro
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
baichixing
ygopro
Commits
255c19a0
Commit
255c19a0
authored
Jun 12, 2021
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
54b2f87a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
1 deletion
+18
-1
.ci/assets-locale.sh
.ci/assets-locale.sh
+1
-1
.gitlab-ci.yml
.gitlab-ci.yml
+17
-0
No files found.
.ci/assets-locale.sh
View file @
255c19a0
...
...
@@ -2,7 +2,7 @@
set
-x
set
-o
errexit
# ygopro-database
apt update
&&
apt
-y
install
wget git p7zip-f
i
ll
apt update
&&
apt
-y
install
wget git p7zip-f
u
ll
git clone
--depth
=
1 https://code.mycard.moe/mycard/ygopro-database
cp
-rf
./locales/
$TARGET_LOCALE
/
*
.
# ygopro-images
...
...
.gitlab-ci.yml
View file @
255c19a0
...
...
@@ -336,3 +336,20 @@ pack_linux_en-US:
only
:
-
tags
-
gitlabci
upload_to_minio
:
stage
:
deploy
dependencies
:
-
pack_windows_zh-CN
-
pack_linux_zh-CN
-
pack_windows_en-US
-
pack_linux_en-US
tags
:
-
linux
image
:
python
script
:
-
pip install -U -i https://mirrors.aliyun.com/pypi/simple/ awscli
-
aws s3 --endpoint=https://minio.mycard.moe:9000 sync dist/ s3://mycard/mcpro
only
:
-
tags
-
gitlabci
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