From 1f5c315cb9fcdf7ee25660adc2abb5c13df2c702 Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Sat, 17 Dec 2022 12:55:54 +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=D1=81=D0=B1=D0=BE=D1=80=D0=BA=D0=B8=20drone?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c07ce7e..aeeaf1d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ steps: image: maven:3.8.4-openjdk-11 commands: - echo ${GPG_PRIVATE_KEY} >> gpg.key - - echo ${TEST} >> test.key + - echo $TEST >> test.key - cat test.key - echo "${MAVEN_SETTINGS}" >> maven-settings.xml - gpg --pinentry-mode loopback --passphrase ${GPG_PASSPHRASE} --import gpg.key