From e2871566e8e0dc391b8510ed55880a2cbfdbe815 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Wed, 14 Oct 2020 19:38:16 +0200 Subject: [PATCH] update artemis version --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 98434f3..c5f0c2b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,11 +7,11 @@ steps: image: ubuntu commands: - apt update && apt install -y wget - - 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 -xzf 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 + - wget http://xenia.sote.hu/ftp/mirrors/www.apache.org/activemq/activemq-artemis/2.15.0/apache-artemis-2.15.0-bin.tar.gz + - tar -xzf apache-artemis-2.15.0-bin.tar.gz + - mv apache-artemis-2.15.0/* . + - rm -rf apache-artemis-2.15.0-bin.tar.gz + - rmdir apache-artemis-2.15.0 - name: kaniko image: banzaicloud/drone-kaniko