Skip to content

Commit

Permalink
CI: update zookeper download to newer version
Browse files Browse the repository at this point in the history
Old version is no longer available.
  • Loading branch information
rgerhards committed Jul 25, 2023
1 parent da37f5d commit e08e5ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/diag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1670,9 +1670,9 @@ presort() {

#START: ext kafka config
#dep_cache_dir=$(readlink -f .dep_cache)
export RS_ZK_DOWNLOAD=apache-zookeeper-3.8.1-bin.tar.gz
export RS_ZK_DOWNLOAD=apache-zookeeper-3.8.2-bin.tar.gz
dep_cache_dir=$(pwd)/.dep_cache
dep_zk_url=https://downloads.apache.org/zookeeper/zookeeper-3.8.1/$RS_ZK_DOWNLOAD
dep_zk_url=https://downloads.apache.org/zookeeper/zookeeper-3.8.2/$RS_ZK_DOWNLOAD
dep_zk_cached_file=$dep_cache_dir/$RS_ZK_DOWNLOAD

export RS_KAFKA_DOWNLOAD=kafka_2.13-2.8.0.tgz
Expand Down

0 comments on commit e08e5ec

Please sign in to comment.