From e175c37a7ae65d7aac8ca21668268349aa98b494 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Fri, 17 Jul 2020 16:10:13 +0200 Subject: [PATCH] encode version string statically --- .drone.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index ac9379a..ae1c2d7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,13 +6,12 @@ steps: - name: prepare-environment image: ubuntu 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 - - mv apache-artemis-${ARTEMIS_VERSION}/* . - - rm -rf apache-artemis-${ARTEMIS_VERSION}-bin.tar.gz - - rmdir apache-artemis-${ARTEMIS_VERSION} + - wget http://xenia.sote.hu/ftp/mirrors/www.apache.org/activemq/activemq-artemis/2.13.0/apache-artemis-2.13.0-bin.tar.gz + - tar -xvf apache-artemis-2.13.0-bin.tar.gz + - mv apache-artemis-2.13.0/* . + - rm -rf apache-artemis-2.13.0-bin.tar.gz + - rmdir apache-artemis-2.13.0 - name: kaniko image: banzaicloud/drone-kaniko