encode version string statically
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
bf231d7e85
commit
e175c37a7a
11
.drone.yml
11
.drone.yml
@ -6,13 +6,12 @@ steps:
|
|||||||
- name: prepare-environment
|
- name: prepare-environment
|
||||||
image: ubuntu
|
image: ubuntu
|
||||||
commands:
|
commands:
|
||||||
- export ARTEMIS_VERSION=2.13.0
|
|
||||||
- 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/${ARTEMIS_VERSION}/apache-artemis-${ARTEMIS_VERSION}-bin.tar.gz
|
- 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-${ARTEMIS_VERSION}-bin.tar.gz
|
- tar -xvf apache-artemis-2.13.0-bin.tar.gz
|
||||||
- mv apache-artemis-${ARTEMIS_VERSION}/* .
|
- mv apache-artemis-2.13.0/* .
|
||||||
- rm -rf apache-artemis-${ARTEMIS_VERSION}-bin.tar.gz
|
- rm -rf apache-artemis-2.13.0-bin.tar.gz
|
||||||
- rmdir apache-artemis-${ARTEMIS_VERSION}
|
- rmdir apache-artemis-2.13.0
|
||||||
|
|
||||||
- name: kaniko
|
- name: kaniko
|
||||||
image: banzaicloud/drone-kaniko
|
image: banzaicloud/drone-kaniko
|
||||||
|
Loading…
Reference in New Issue
Block a user