Skip to content

Commit

Permalink
Fix failing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
usernamedt committed Oct 20, 2023
1 parent 296ecf3 commit 39b3c8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PG_MAJOR=14

PGCONSUL_IMAGE=pgconsul:behave
PROJECT=pgconsul
ZK_VERSION=3.7.1
ZK_VERSION=3.7.2
export ZK_VERSION
INSTALL_DIR=$(DESTDIR)/opt/yandex/pgconsul
REPLICATION_TYPE=quorum
Expand Down Expand Up @@ -50,7 +50,7 @@ install:
build:
cp -f docker/base/Dockerfile .
yes | ssh-keygen -m PEM -t rsa -N '' -f test_ssh_key -C jepsen || true
wget https://mirror.yandex.ru/mirrors/apache/zookeeper/zookeeper-$(ZK_VERSION)/apache-zookeeper-$(ZK_VERSION)-bin.tar.gz -nc -O docker/zookeeper/zookeeper-$(ZK_VERSION).tar.gz || true
wget https://dlcdn.apache.org/zookeeper/zookeeper-$(ZK_VERSION)/apache-zookeeper-$(ZK_VERSION)-bin.tar.gz -nc -O docker/zookeeper/zookeeper-$(ZK_VERSION).tar.gz || true
docker compose -p $(PROJECT) down --rmi all --remove-orphans
docker compose -p $(PROJECT) -f jepsen-compose.yml down --rmi all --remove-orphans
docker build -t pgconsulbase:latest . --label pgconsul_tests
Expand Down

0 comments on commit 39b3c8c

Please sign in to comment.