update artemis version
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2020-10-14 19:38:16 +02:00
parent f23e03f4e7
commit e2871566e8
1 changed files with 5 additions and 5 deletions

View File

@ -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