perf:测试数据库备份

This commit is contained in:
曾文豪
2023-02-21 09:06:53 +08:00
parent 1918dfbaa0
commit f5b8e989b7
4 changed files with 34 additions and 2 deletions

View File

@@ -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