updated artemis application
continuous-integration/drone Build is passing Details

This commit is contained in:
Pünkösd Marcell 2021-11-23 02:13:36 +01:00
parent f3e3031ef5
commit f5e0bcaec0
1 changed files with 5 additions and 5 deletions

View File

@ -7,11 +7,11 @@ steps:
image: ubuntu image: ubuntu
commands: commands:
- apt update && apt install -y wget - 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 - 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.17.0-bin.tar.gz - tar -xzf apache-artemis-2.19.0-bin.tar.gz
- mv apache-artemis-2.17.0/* . - mv apache-artemis-2.19.0/* .
- rm -rf apache-artemis-2.17.0-bin.tar.gz - rm -rf apache-artemis-2.19.0-bin.tar.gz
- rmdir apache-artemis-2.17.0 - rmdir apache-artemis-2.19.0
- name: kaniko - name: kaniko
image: banzaicloud/drone-kaniko image: banzaicloud/drone-kaniko