mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-15 02:43:09 -06:00
Temporary hack to force travis to download kafka
This commit is contained in:
parent
a18886652b
commit
f6c9d15b0f
|
|
@ -11,7 +11,7 @@ mkdir -p .downloads
|
|||
KAFKA_URL=http://archive.apache.org/dist/kafka/2.1.0/kafka_2.11-2.1.0.tgz
|
||||
|
||||
# Only download the kafka if it isn't already downloaded.
|
||||
test -f .downloads/kafka.tgz || wget KAFKA_URL -O .downloads/kafka.tgz\
|
||||
wget KAFKA_URL -O .downloads/kafka.tgz\
|
||||
# Unpack the kafka over the top of any existing installation
|
||||
mkdir -p kafka && tar xzf .downloads/kafka.tgz -C kafka --strip-components 1
|
||||
# Start the zookeeper running in the background.
|
||||
|
|
|
|||
Loading…
Reference in a new issue