updated artemis application
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
parent
f3e3031ef5
commit
f5e0bcaec0
10
.drone.yml
10
.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
|
||||
|
Loading…
Reference in New Issue
Block a user