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
YGOPRO-520DIY
ygopro
Commits
54b2f87a
Commit
54b2f87a
authored
Jun 12, 2021
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
a922b9f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
.gitlab-ci.yml
.gitlab-ci.yml
+7
-7
No files found.
.gitlab-ci.yml
View file @
54b2f87a
...
...
@@ -214,7 +214,7 @@ assets_zh-CN:
stage
:
prepare
tags
:
-
linux
script
:
./ci/assets-locale.sh
script
:
./
.
ci/assets-locale.sh
variables
:
TARGET_LOCALE
:
zh-CN
artifacts
:
...
...
@@ -230,7 +230,7 @@ assets_en-US:
stage
:
prepare
tags
:
-
linux
script
:
./ci/assets-locale.sh
script
:
./
.
ci/assets-locale.sh
variables
:
TARGET_LOCALE
:
en-US
artifacts
:
...
...
@@ -251,7 +251,7 @@ pack_windows_zh-CN:
-
assets_windows
-
exec_windows
-
assets_zh-CN
script
:
./ci/pack-windows.sh
script
:
./
.
ci/pack-windows.sh
variables
:
TARGET_LOCALE
:
zh-CN
artifacts
:
...
...
@@ -270,7 +270,7 @@ pack_windows_zh-CN:
-
assets_windows
-
exec_windows
-
assets_zh-CN
script
:
./ci/pack-windows.sh
script
:
./
.
ci/pack-windows.sh
variables
:
TARGET_LOCALE
:
zh-CN
artifacts
:
...
...
@@ -289,7 +289,7 @@ pack_windows_en-US:
-
assets_windows
-
exec_windows
-
assets_en-US
script
:
./ci/pack-windows.sh
script
:
./
.
ci/pack-windows.sh
variables
:
TARGET_LOCALE
:
en-US
artifacts
:
...
...
@@ -308,7 +308,7 @@ pack_linux_zh-CN:
-
assets_nonwindows
-
exec_linux
-
assets_zh-CN
script
:
./ci/pack-linux.sh
script
:
./
.
ci/pack-linux.sh
variables
:
TARGET_LOCALE
:
zh-CN
artifacts
:
...
...
@@ -327,7 +327,7 @@ pack_linux_en-US:
-
assets_nonwindows
-
exec_linux
-
assets_en-US
script
:
./ci/pack-linux.sh
script
:
./
.
ci/pack-linux.sh
variables
:
TARGET_LOCALE
:
en-US
artifacts
:
...
...
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