From 3d59cb8989810fb624fb3723b83cac3903ac9b1d Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Sun, 18 Dec 2022 05:14:02 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B9?= =?UTF-8?q?=D0=BA=D0=B0=20=D0=B0=D0=B2=D1=82=D0=BE=D0=BC=D0=B0=D1=82=D0=B8?= =?UTF-8?q?=D1=87=D0=B5=D1=81=D0=BA=D0=B8=D0=B9=20=D1=81=D0=BC=D0=B5=D0=BD?= =?UTF-8?q?=D1=8B=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- .gitlab-ci.yml | 17 ----------------- pom.xml | 2 +- 3 files changed, 2 insertions(+), 19 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.drone.yml b/.drone.yml index cc27ad4..480c644 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,7 +24,7 @@ steps: trigger: ref: - - refs/tags/v.*.*.* + - master volumes: - name: m2 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index fbaa16f..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,17 +0,0 @@ -image: maven:3.8.5-openjdk-17 -variables: - MAVEN_OPTS: "-Dmaven.repo.local=./.m2/repository" - -stages: - - deploy - -deploy: - stage: deploy - only: - - /^v.*$/ - except: - - branches - before_script: - - gpg --pinentry-mode loopback --passphrase $GPG_PASSPHRASE --import $GPG_PRIVATE_KEY - script: - - 'mvn --settings $MAVEN_SETTINGS -U -P ossrh,release clean deploy' \ No newline at end of file diff --git a/pom.xml b/pom.xml index 769453c..77ca483 100644 --- a/pom.xml +++ b/pom.xml @@ -224,7 +224,7 @@ clean install v.@{project.version} - releases + release,ossrh false true