export envvar the old-fashioned way
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
337c33bdd1
commit
bf231d7e85
@ -5,9 +5,8 @@ name: default
|
|||||||
steps:
|
steps:
|
||||||
- name: prepare-environment
|
- name: prepare-environment
|
||||||
image: ubuntu
|
image: ubuntu
|
||||||
environment:
|
|
||||||
ARTEMIS_VERSION: 2.13.0
|
|
||||||
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/${ARTEMIS_VERSION}/apache-artemis-${ARTEMIS_VERSION}-bin.tar.gz
|
||||||
- tar -xvf apache-artemis-${ARTEMIS_VERSION}-bin.tar.gz
|
- tar -xvf apache-artemis-${ARTEMIS_VERSION}-bin.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user