1
0
mirror of https://github.com/nttgin/BGPalerter.git synced 2024-05-19 06:50:08 +00:00

removed rm command in travis test

This commit is contained in:
Massimo Candela
2020-11-07 23:36:08 +01:00
parent 42e1dedbdb
commit 8adf9b316a

View File

@@ -26,7 +26,6 @@ jobs:
before_script:
- sudo apt-get -y install tar
- sudo apt-get -y install wget
- rm kafka_2.13-2.6.0.tgz*
- wget https://mirror.lyrahosting.com/apache/kafka/2.6.0/kafka_2.13-2.6.0.tgz
- tar -xzf kafka_2.13-2.6.0.tgz
- nohup ./kafka_2.13-2.6.0/bin/zookeeper-server-start.sh ./kafka_2.13-2.6.0/config/zookeeper.properties &