encode version string statically
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Torma Kristóf 2020-07-17 16:10:13 +02:00
parent bf231d7e85
commit e175c37a7a
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047
1 changed files with 5 additions and 6 deletions

View File

@ -6,13 +6,12 @@ steps:
- name: prepare-environment
image: ubuntu
commands:
- export ARTEMIS_VERSION=2.13.0
- apt update && apt install -y wget
- wget http://xenia.sote.hu/ftp/mirrors/www.apache.org/activemq/activemq-artemis/${ARTEMIS_VERSION}/apache-artemis-${ARTEMIS_VERSION}-bin.tar.gz
- tar -xvf apache-artemis-${ARTEMIS_VERSION}-bin.tar.gz
- mv apache-artemis-${ARTEMIS_VERSION}/* .
- rm -rf apache-artemis-${ARTEMIS_VERSION}-bin.tar.gz
- rmdir apache-artemis-${ARTEMIS_VERSION}
- 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 -xvf 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
- name: kaniko
image: banzaicloud/drone-kaniko