From fdbdf7938359cb4a2eafdd6b62f4c5732ff2397b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E6=96=87=E8=B1=AA?= <980287353@qq.com> Date: Tue, 21 Feb 2023 10:47:12 +0800 Subject: [PATCH] =?UTF-8?q?perf=EF=BC=9A=E7=A7=BB=E9=99=A4=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=BA=93=E5=A4=87=E4=BB=BD=E6=96=B9=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1704415..7f23fa1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,14 +16,3 @@ deploy-jar: - git add . - 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/target - - nohup java -Xms64m -Xmx64m -Dspring.profiles.active=test -jar springboot-ademo-1.0.0.jar