From 1ea7fa968bdca0c6e497a7aa4f675d325ae6c3a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E6=96=87=E8=B1=AA?= <980287353@qq.com> Date: Wed, 1 Feb 2023 10:18:04 +0800 Subject: [PATCH] publish 0.2.0 --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 37ef96e..9fb93d8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,6 +9,9 @@ deploy-jar: rules: - if: $CI_COMMIT_TAG script: + - cd springboot-launcher + - mvn clean install + - cd .. - mvn clean deploy -Dmaven.test.skip -DaltDeploymentRepository=master::default::file:/usr/local/nginx/html/kepai-repo - cd /usr/local/nginx/html/kepai-repo - git checkout master