Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
terminal-protocol-proxy-service
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fox-energy
backend
terminal-protocol-proxy-service
Commits
94404fb7
Commit
94404fb7
authored
Jan 04, 2023
by
xieshaojun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
移除ci
parent
5c660e6d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
50 deletions
+0
-50
.gitlab-ci.yml
.gitlab-ci.yml
+0
-50
No files found.
.gitlab-ci.yml
deleted
100644 → 0
View file @
5c660e6d
image
:
registry.cn-shenzhen.aliyuncs.com/thinker-open/maven:3.6-jdk14
variables
:
MAVEN_OPTS
:
"
-Dmaven.repo.local=.m2/repository"
MAVEN_CLI_OPTS
:
"
compile
jib:build
"
KUBECONFIG
:
"
/etc/deploy/config"
# Cache downloaded dependencies and plugins between builds.
# To keep cache across branches add 'key: "$CI_JOB_NAME"'
cache
:
paths
:
-
.m2/repository
stages
:
-
build
-
deploy
build:jdk13-master
:
stage
:
build
services
:
-
docker:18.09-dind
variables
:
DOCKER_HOST
:
tcp://localhost:2375
DOCKER_DRIVER
:
overlay2
script
:
-
mvn $MAVEN_CLI_OPTS -Djib.to.auth.username=${docker_username} -Djib.to.auth.password=${docker_password}
only
:
-
master
docker-compose-down-and-up
:
stage
:
deploy
tags
:
-
thinker-cloud-app
script
:
-
echo ">>>>docker-compose down and up"
-
cd /data/thinker-devops-cloud/backend
-
docker-compose pull thinker-protocol-proxy-service
-
docker-compose up -d thinker-protocol-proxy-service
-
docker system prune -f
-
echo ">>>>done"
variables
:
GIT_STRATEGY
:
clone
GIT_CHECKOUT
:
"
false"
cache
:
{}
only
:
-
master
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