perf:测试数据库备份
This commit is contained in:
@@ -17,3 +17,13 @@ deploy-jar:
|
||||
- git commit -m "deploy $CI_PROJECT_NAME $CI_COMMIT_TAG"
|
||||
- git push origin master
|
||||
|
||||
build-jar:
|
||||
stage: package
|
||||
tags:
|
||||
- hzkepai
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == "master"
|
||||
script:
|
||||
- mvn clean package -Dmaven.test.skip=true
|
||||
- cd springboot-ademo
|
||||
- nohup java -Xms=64m -Xmx=64m -Dspring.profiles.active=test -jar springboot-ademo-1.0.0.jar
|
||||
|
||||
Reference in New Issue
Block a user