From f5e0bcaec0ec5fc1d8660f812596afec527d0905 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=BCnk=C3=B6sd=20Marcell?= Date: Tue, 23 Nov 2021 02:13:36 +0100 Subject: [PATCH] updated artemis application --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index e6a0b64..a23d7c4 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.17.0/apache-artemis-2.17.0-bin.tar.gz - - tar -xzf apache-artemis-2.17.0-bin.tar.gz - - mv apache-artemis-2.17.0/* . - - rm -rf apache-artemis-2.17.0-bin.tar.gz - - rmdir apache-artemis-2.17.0 + - wget http://xenia.sote.hu/ftp/mirrors/www.apache.org/activemq/activemq-artemis/2.19.0/apache-artemis-2.19.0-bin.tar.gz + - tar -xzf apache-artemis-2.19.0-bin.tar.gz + - mv apache-artemis-2.19.0/* . + - rm -rf apache-artemis-2.19.0-bin.tar.gz + - rmdir apache-artemis-2.19.0 - name: kaniko image: banzaicloud/drone-kaniko