From 22768eeaeb716125718453a4f17cc381136539fa Mon Sep 17 00:00:00 2001 From: Ruslan Penkrat Date: Sun, 15 Aug 2021 07:54:10 +0300 Subject: [PATCH] fix drone config --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f7ec4e5..3244ecd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,7 +17,7 @@ steps: - name: mvnrepo path: /root/.m2 commands: - - mvn deploy -DskipTests=true -DaltDeploymentRepository=${DEPREPO} + - mvn deploy -DskipTests=true -DaltDeploymentRepository=$DEPREPO environment: DEPREPO: from_secret: deprepo