Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
translation-server
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qinmingyuan
translation-server
Commits
9fc6f1ed
Commit
9fc6f1ed
authored
Jan 09, 2025
by
mingyard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:dev gitlab ci
parent
c5388658
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
.gitlab-ci.yml
.gitlab-ci.yml
+5
-5
No files found.
.gitlab-ci.yml
View file @
9fc6f1ed
image
:
docker:stable
variables
:
IMAGE_NAME
:
"
work-server"
IMAGE_TAG
:
"
prod
-${CI_PIPELINE_IID}"
TITLE
:
"
translation-server
正式
环境更新"
IMAGE_TAG
:
"
dev
-${CI_PIPELINE_IID}"
TITLE
:
"
translation-server
测试
环境更新"
CONTENT
:
${CI_COMMIT_TITLE// /-}
VIEW_URL
:
"
https://beta.laihua.com"
PIPELINES_URL
:
"
https://gitlab.laihua.com/qinmingyuan/translation-server/pipelines"
...
...
@@ -19,7 +19,7 @@ test_job:
tags
:
-
admin-api-runner
only
:
-
release
-
dev
script
:
-
echo "开始单元测试..."
-
echo "单元测试完成!"
...
...
@@ -29,7 +29,7 @@ docker_job:
tags
:
-
admin-api-runner
only
:
-
release
-
dev
script
:
-
echo "开始docker镜像构建..."
-
docker login -u $CN_HUAWEIYUNAK -p $CN_HUAWEIYUNSK swr.cn-south-1.myhuaweicloud.com;
...
...
@@ -46,7 +46,7 @@ deploy_job:
tags
:
-
admin-api-runner
only
:
-
release
-
dev
script
:
-
echo "请在rancher中部署..."
dependencies
:
...
...
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