From 8854225934a8f9fb91bbf1f3a7d60d87b6b3fa54 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, 8 Feb 2023 19:22:17 +0800 Subject: [PATCH] publish 0.3.0 --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9fb93d8..37ef96e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,9 +9,6 @@ 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