From bf231d7e85d573ea0cf41631ac5afac2ce8de670 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Fri, 17 Jul 2020 16:06:39 +0200 Subject: [PATCH] export envvar the old-fashioned way --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6a6bcd8..ac9379a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,9 +5,8 @@ name: default steps: - name: prepare-environment image: ubuntu - environment: - ARTEMIS_VERSION: 2.13.0 commands: + - export ARTEMIS_VERSION=2.13.0 - apt update && apt install -y wget - wget http://xenia.sote.hu/ftp/mirrors/www.apache.org/activemq/activemq-artemis/${ARTEMIS_VERSION}/apache-artemis-${ARTEMIS_VERSION}-bin.tar.gz - tar -xvf apache-artemis-${ARTEMIS_VERSION}-bin.tar.gz